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)
Mon, Nov 25, 3:36 AM
Unknown Object (File)
Nov 17 2024, 12:29 AM
Unknown Object (File)
Oct 22 2024, 7:55 PM
Unknown Object (File)
Oct 7 2024, 9:50 PM
Unknown Object (File)
Oct 5 2024, 3:11 PM
Unknown Object (File)
Sep 30 2024, 2:34 PM
Unknown Object (File)
Sep 16 2024, 6:26 AM
Unknown Object (File)
Sep 11 2024, 10:21 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