Re: [PATCH v2 05/18] staging: mt7621-pinctrl: avoid space after if condition

2018-06-28 Thread Greg KH
On Fri, Jun 08, 2018 at 02:16:35PM +0200, Sergio Paracuellos wrote: > 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 > --- >

[PATCH v2 05/18] staging: mt7621-pinctrl: avoid space after if condition

2018-06-08 Thread Sergio Paracuellos
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 --- drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git