diff options
| author | Gargi Sharma <gs051095@gmail.com> | 2017-02-22 18:02:12 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 11:17:01 +0300 |
| commit | 24542a004bdadd0f8e724b7da1c068f557d390c6 (patch) | |
| tree | fa16b553da56e4fc83564839b1a334beff7d10e7 /scripts/patch-kernel | |
| parent | fc988e144cca2aa568e45be8d7e7e9f87d0434ea (diff) | |
| download | linux-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
