staging: sm750fb: Removed unnecessary parentheses.
authorVarsha Rao <rvarsha016@gmail.com>
Sat, 4 Mar 2017 12:56:02 +0000 (18:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 18:06:36 +0000 (19:06 +0100)
commit4e1c89dec89ac2b94faf2b1b39197086d0a6352d
tree85a49b6de817119c1cb65cecbc610829ab50245c
parente5619b1350946d7aabe8ed6b0210458a7057dd24
staging: sm750fb: Removed unnecessary parentheses.

Removed parentheses on the right hand side of assignment, as they are
not required. The following coccinelle script was used to fix this
issue:

@@
local idexpression id;
expression e;
@@

id =
-(
e
-)

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c
drivers/staging/sm750fb/ddk750_hwi2c.c
drivers/staging/sm750fb/sm750_accel.c
drivers/staging/sm750fb/sm750_cursor.c