]> git.baikalelectronics.ru Git - kernel.git/commit
staging: mt7621-pinctrl: avoid space after if condition
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Thu, 28 Jun 2018 19:02:57 +0000 (21:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2018 15:32:24 +0000 (17:32 +0200)
commit8971a41e6c3a31616dc6eebc5bb9f66f7d00563d
treed9fa499039f2b597212f62c88cd86817e3a2c9c7
parent81365f50c3210fac80fe5206f8d3b8ae48987f83
staging: mt7621-pinctrl: avoid space after if condition

Adding spaces between if condition and parenthesis are not
needed at all and checkpatch script complains about them.
Fix one in driver code.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c