aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bitfield.c
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2018-05-31 22:14:12 -0400
committerKalle Valo <kvalo@codeaurora.org>2018-06-27 11:55:11 -0400
commiteb5d2f3afc0f924e55b508576d7d6366e02b6af2 (patch)
treed12145eb4a68d535a03e7647617582fa9b0a8bc0 /lib/test_bitfield.c
parent6fbef9540af027276deaabc43e1270b5e7952401 (diff)
brcmsmac: Remove unnecessary parentheses
This patch fixes the clang warning of extraneous parentheses, with the following coccinelle script. @@ identifier i; expression e; statement s; @@ if ( -(i == e) +i == e ) s Suggested-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'lib/test_bitfield.c')
0 files changed, 0 insertions, 0 deletions