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)
Fri, Nov 29, 1:37 AM
Unknown Object (File)
Tue, Nov 26, 8:56 AM
Unknown Object (File)
Sun, Nov 24, 11:03 PM
Unknown Object (File)
Nov 19 2024, 7:05 PM
Unknown Object (File)
Nov 19 2024, 1:35 AM
Unknown Object (File)
Nov 18 2024, 7:15 PM
Unknown Object (File)
Nov 18 2024, 2:40 PM
Unknown Object (File)
Nov 18 2024, 2:29 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.