staging: unisys: Remove parentheses around right hand side of assignment
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Tue, 9 Feb 2016 19:02:04 +0000 (14:02 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:37:15 +0000 (19:37 -0800)
commit90cb147f3a701443f1e7e5b104e689b08f2677e3
treeb4e21b0d04606ec18941c0bcba072ec4d297227a
parentb4d4dfbcbb737b91bbf07c92891b2496a651be7e
staging: unisys: Remove parentheses around right hand side of assignment

Remove parentheses on the right hand side of assignment as they are not
needed. Semantic patch used:

@@
expression a, b, c, d;
@@

(
  a = (c == d)
|
  a =
- (
  b
- )
)
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchannel.c
drivers/staging/unisys/visorhba/visorhba_main.c
drivers/staging/unisys/visornic/visornic_main.c