diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-11 17:52:30 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-11 20:05:35 -0800 |
commit | 3a35be2a14435a88fad045fb24ca4e1c0dcf4643 (patch) | |
tree | 096d11c739121884feaa95d788608e165bb0eb03 /lib/crc16.c | |
parent | 599b87809594e2b8f742cbd318db31935689cceb (diff) |
staging: media: Remove unneeded parentheses
Remove unneeded parentheses in assignment statements.
Semantic patch:
@@
expression a, b, c;
@@
(
a = (b == c)
|
a =
- (
b
- )
)
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/crc16.c')
0 files changed, 0 insertions, 0 deletions