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
F109169398: D23363.id67314.diff
Sat, Feb 1, 4:56 PM
Unknown Object (File)
Mon, Jan 13, 1:31 PM
Unknown Object (File)
Jan 2 2025, 12:52 AM
Unknown Object (File)
Dec 30 2024, 1:39 AM
Unknown Object (File)
Dec 21 2024, 2:05 AM
Unknown Object (File)
Nov 25 2024, 3:36 AM
Unknown Object (File)
Nov 17 2024, 12:29 AM
Unknown Object (File)
Oct 22 2024, 7:55 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