Files
linux/drivers
Ioana Ciornei 44209c9329 staging: dgap: remove unnecessary brackets
This patch removes unnecessary brackets when dealing with
unary operators like '&'.
Done with coccinelle semantic patch:

@@
expression e;
@@

(
- &(e)
+ &e
)

Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-24 19:33:42 -07:00
..
2015-10-01 22:30:35 +02:00
2015-10-02 11:05:58 +09:00
2015-10-07 14:13:59 +03:00