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, Oct 13, 11:42 AM
Unknown Object (File)
Wed, Oct 8, 3:17 PM
Unknown Object (File)
Tue, Sep 23, 12:02 PM
Unknown Object (File)
Sep 12 2025, 12:51 AM
Unknown Object (File)
Sep 11 2025, 10:10 AM
Unknown Object (File)
Sep 1 2025, 10:21 PM
Unknown Object (File)
Aug 26 2025, 6:50 AM
Unknown Object (File)
Aug 25 2025, 6:43 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.