Files
linux/drivers
Ioana Ciornei a9108b71b1 staging: dgap: add spaces around binary operator '|'
This patch adds spaces around binary operator '|'.
Done with coccinelle semantic patch:

@@
identifier x, y, z;
@@
(
- x|y|z
+ x | y | z
|
- x|y
+ x | y
)

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