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)
Sun, May 10, 1:37 AM
Unknown Object (File)
Tue, Apr 28, 12:48 AM
Unknown Object (File)
Thu, Apr 23, 3:53 AM
Unknown Object (File)
Apr 13 2026, 9:16 AM
Unknown Object (File)
Apr 5 2026, 8:42 AM
Unknown Object (File)
Mar 25 2026, 2:04 AM
Unknown Object (File)
Mar 24 2026, 5:38 PM
Unknown Object (File)
Mar 24 2026, 2:37 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 25 2020, 1:13 PM
head/sys/kern/subr_stats.c
1588

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

head/sys/kern/subr_stats.c
1588

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