commit | 9180e63df3bf39929b11e2d0d50a54490586ce31 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 27 15:33:09 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Dec 29 02:09:04 2020 +0100 |
tree | b84aca0bdb5cb4c46621c31ba802e8ee7b8d0c94 | |
parent | 3c597b7dfba67c5c0a9b65cbce1682220a5d55ab [diff] |
efi_loader: missing parentheses after if IS_ENABLED() contains parentheses. But we should still put extra parentheses around it in an if statement for readability. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>