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)
Feb 3 2024, 6:01 PM
Unknown Object (File)
Jan 13 2024, 3:25 AM
Unknown Object (File)
Dec 20 2023, 3:51 AM
Unknown Object (File)
Dec 1 2023, 7:36 AM
Unknown Object (File)
Sep 17 2023, 8:18 AM
Unknown Object (File)
Aug 13 2023, 1:27 PM
Unknown Object (File)
Aug 11 2023, 10:52 PM
Unknown Object (File)
Jul 5 2023, 3:53 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 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.