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, Oct 13, 6:50 AM
Unknown Object (File)
Mon, Oct 6, 12:48 AM
Unknown Object (File)
Wed, Sep 24, 7:21 PM
Unknown Object (File)
Sep 16 2025, 1:07 AM
Unknown Object (File)
Jul 22 2025, 1:24 AM
Unknown Object (File)
Jul 6 2025, 8:30 PM
Unknown Object (File)
Jun 17 2025, 9:41 PM
Unknown Object (File)
Jun 17 2025, 5:32 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