Tag: dde48b99d23f3f2e0f016d297801e4d5f13297fa

Staging: rtl8192u: Add space before open parenthesis

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