summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2018-06-01 07:44:12 +0530
committerKalle Valo <kvalo@codeaurora.org>2018-06-27 18:55:11 +0300
commiteb5d2f3afc0f924e55b508576d7d6366e02b6af2 (patch)
treed12145eb4a68d535a03e7647617582fa9b0a8bc0 /drivers/net/xen-netback
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 'drivers/net/xen-netback')
0 files changed, 0 insertions, 0 deletions