diff options
author | Tina Johnson <tinajohnson.1234@gmail.com> | 2015-03-09 12:02:48 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-09 13:37:22 +0100 |
commit | 69e2b47fa082dffad06643c85be2d36f4ef6ab9c (patch) | |
tree | 193201c09e05c2cf44b349bcc71fc812384663b2 /lib/irq_regs.c | |
parent | dce34aee0088fbe89c05cb8e1a21d5bed4fedc5b (diff) |
drivers: staging: rtl8712: Removed unnecessary parentheses
Parentheses around the right side of an assignment statement are
unnecessary and hence removed. Coccinelle was used to produce the
patch:
@rule1@
identifier x,y;
constant c;
@@
(
x =
-(
y << c
-)
;
|
x =
-(
y >> c
-)
;
|
x =
-(
y + c
-)
;
|
x =
-(
y - c
-)
;
)
Signed-off-by: Tina Johnson <tinajohnson.1234@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/irq_regs.c')
0 files changed, 0 insertions, 0 deletions