Page MenuHomeFreeBSD

Fix some misleading indentation warnings reported by recent clang.
ClosedPublic

Authored by jhb on Jan 25 2020, 12:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 12:43 PM
Unknown Object (File)
Wed, Aug 12, 4:31 AM
Unknown Object (File)
Tue, Aug 11, 12:28 PM
Unknown Object (File)
Mon, Aug 10, 8:19 PM
Unknown Object (File)
Mon, Aug 10, 8:18 PM
Unknown Object (File)
Mon, Aug 10, 8:18 PM
Unknown Object (File)
Mon, Aug 10, 4:59 PM
Unknown Object (File)
Sun, Aug 9, 8:01 PM
Subscribers

Details

Summary

These should not be any functional change. While the change in
emul10kx-pcm.c looks like a real bug fix (as opposed to inconsistent
whitespace), the extra statements were not harmful.

Test Plan
  • built a mips64 MALTA64 kernel with clang/llvm from early January

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28913
Build 26903: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 25 2020, 1:13 PM
head/sys/kern/subr_stats.c
1588 ↗(On Diff #67314)

Sent in email, but why do we no longer clear these bits?

head/sys/kern/subr_stats.c
1588 ↗(On Diff #67314)

Ah. See the new review to fix this so never mind