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
F154029071: D20428.id57955.diff
Sat, Apr 25, 2:25 PM
F153958452: D20428.id57955.diff
Sat, Apr 25, 2:37 AM
Unknown Object (File)
Fri, Apr 24, 9:00 AM
Unknown Object (File)
Sun, Apr 19, 9:42 PM
Unknown Object (File)
Sun, Apr 19, 9:41 PM
Unknown Object (File)
Sun, Apr 12, 7:21 PM
Unknown Object (File)
Thu, Apr 9, 11:14 PM
Unknown Object (File)
Thu, Apr 9, 8:00 PM
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 Not Applicable
Unit
Tests Not Applicable

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.