Page MenuHomeFreeBSD

ixl(4): fix the code not guarded by the guarded by the if clause
ClosedPublic

Authored by lwhsu on May 27 2019, 3:02 PM.
Tags
None
Referenced Files
F132710324: D20428.id58092.diff
Sun, Oct 19, 6:16 AM
F132710320: D20428.id.diff
Sun, Oct 19, 6:16 AM
F132710296: D20428.id57973.diff
Sun, Oct 19, 6:16 AM
F132710295: D20428.id57955.diff
Sun, Oct 19, 6:16 AM
Unknown Object (File)
Sat, Oct 18, 5:57 PM
Unknown Object (File)
Sat, Oct 18, 5:21 PM
Unknown Object (File)
Sat, Oct 18, 10:12 AM
Unknown Object (File)
Mon, Oct 13, 11:42 AM
Subscribers

Details

Summary

Fix the code not guarded by the guarded by the if clause and has misleading
indentation. This is found by gcc -Wmisleading-indentation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24546
Build 23332: arc lint + arc unit

Event Timeline

Add explicit braces to avoid dangling else (-Werror,-Wdangling-else of clang)

This is fine -- this was a result of our code stripping process, I think.

This revision is now accepted and ready to land.May 29 2019, 10:25 PM
This revision was automatically updated to reflect the committed changes.