aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c
diff options
context:
space:
mode:
authorGargi Sharma <gs051095@gmail.com>2017-02-22 20:32:12 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 09:17:01 +0100
commit24542a004bdadd0f8e724b7da1c068f557d390c6 (patch)
treefa16b553da56e4fc83564839b1a334beff7d10e7 /drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c
parentstaging: rtl8188eu: Fixed "Missing a blank line after declarations". (diff)
downloadlinux-dev-24542a004bdadd0f8e724b7da1c068f557d390c6.tar.xz
linux-dev-24542a004bdadd0f8e724b7da1c068f557d390c6.zip
staging: rtl8192e: Remove useless parentheses
Parentheses are not needed on the right side of assignment. Additionally added space around '+'and '*' to remove checkpatch issue, space required around '+' and '*'. Parentheses Removed using the coccinelle script: @@ binary operator bop = {+,-,>>,<<}; expression e, e1, e2; @@ e = -( e1 bop e2 -) Signed-off-by: Gargi Sharma <gs051095@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c')
0 files changed, 0 insertions, 0 deletions