staging: fsl-mc: Remove unneeded parentheses
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Thu, 11 Feb 2016 23:00:25 +0000 (18:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 04:05:35 +0000 (20:05 -0800)
commit2cdb82c7ffd27f3f574e0bb80e97024a4f65c26b
treebcc368663d34c8c29205bb5c9d6034fce75aa43a
parent3a35be2a14435a88fad045fb24ca4e1c0dcf4643
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>
drivers/staging/fsl-mc/bus/dprc-driver.c
This page took 0.028226 seconds and 5 git commands to generate.