diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-11 18:00:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-11 20:05:35 -0800 |
commit | 2cdb82c7ffd27f3f574e0bb80e97024a4f65c26b (patch) | |
tree | bcc368663d34c8c29205bb5c9d6034fce75aa43a /drivers/iio/dac | |
parent | 3a35be2a14435a88fad045fb24ca4e1c0dcf4643 (diff) |
staging: fsl-mc: Remove unneeded parentheses
Remove unneeded parentheses on the right hand side of 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 'drivers/iio/dac')
0 files changed, 0 insertions, 0 deletions