diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-11 17:01:01 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-11 20:00:30 -0800 |
commit | e3b07865f5f6962d83e8b94d2968a9cfab7bdce5 (patch) | |
tree | 3e2b43da88df2085f9af49dbb6990bbb90f09d30 /drivers/staging/vt6656 | |
parent | 474be12de61c60503ee6164b65afd5608e60b80c (diff) |
staging: gdm724x: Remove unneeded parentheses
Remove parentheses around the right hand side of assignment statements
as they are not needed.
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 'drivers/staging/vt6656')
0 files changed, 0 insertions, 0 deletions