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
Unknown Object (File)
Mon, Mar 10, 2:45 PM
Unknown Object (File)
Mon, Mar 10, 2:17 PM
Unknown Object (File)
Mon, Mar 10, 11:12 AM
Unknown Object (File)
Mon, Mar 10, 10:50 AM
Unknown Object (File)
Mon, Mar 10, 8:33 AM
Unknown Object (File)
Mon, Mar 10, 6:04 AM
Unknown Object (File)
Feb 9 2025, 5:28 AM
Unknown Object (File)
Feb 9 2025, 4:50 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 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.