Tag: f53cb7b16861f0bd474aab07b91c744758d4f1fd

Staging: rtl8192u: Fix space issues before ‘(‘ and after ‘)’

Author: Haneen Mohammed <hamohammed.sa@gmail.com> Space is required before the open and after the close parenthesis. This patch adds space after ‘if’ and before ‘{‘. This was done with the help of the following Coccinelle script: @r@ expression E; position p1,p2,p3; @@ if@p1 (E) @p3{@p2 … } @script:python@ p1