summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorGargi Sharma <gs051095@gmail.com>2017-02-22 18:02:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 11:17:01 +0300
commit24542a004bdadd0f8e724b7da1c068f557d390c6 (patch)
treefa16b553da56e4fc83564839b1a334beff7d10e7 /scripts/patch-kernel
parentfc988e144cca2aa568e45be8d7e7e9f87d0434ea (diff)
downloadlinux-24542a004bdadd0f8e724b7da1c068f557d390c6.tar.xz
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 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions