diff options
| author | Janani Ravichandran <[email protected]> | 2016-02-11 18:00:25 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-11 20:05:35 -0800 |
| commit | 2cdb82c7ffd27f3f574e0bb80e97024a4f65c26b (patch) | |
| tree | bcc368663d34c8c29205bb5c9d6034fce75aa43a /include/linux | |
| 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions