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)
Jan 13 2024, 3:25 AM
Unknown Object (File)
Jan 10 2024, 2:38 PM
Unknown Object (File)
Dec 22 2023, 9:43 PM
Unknown Object (File)
Sep 22 2023, 9:14 AM
Unknown Object (File)
Aug 7 2023, 6:24 PM
Unknown Object (File)
Aug 7 2023, 6:23 PM
Unknown Object (File)
Aug 7 2023, 6:14 PM
Unknown Object (File)
Jul 4 2023, 4:04 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