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
F136004981: D23363.id67314.diff
Sat, Nov 15, 12:26 AM
F136003745: D23363.id.diff
Sat, Nov 15, 12:11 AM
F135986721: D23363.id.diff
Fri, Nov 14, 8:29 PM
Unknown Object (File)
Fri, Nov 14, 2:09 AM
Unknown Object (File)
Fri, Nov 14, 1:53 AM
Unknown Object (File)
Mon, Nov 10, 4:48 AM
Unknown Object (File)
Sun, Oct 26, 2:33 AM
Unknown Object (File)
Wed, Oct 22, 12:23 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

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