Re: [PATCH v3] Input: touchscreen: Fix coding style issue

2018-12-21 Thread Dmitry Torokhov
On Tue, Dec 11, 2018 at 06:33:32PM +0530, Hardik Singh Rathore wrote: > This patch fixes the coding style problem reported > by checkpatch.pl as below: > > ERROR: foo* bar should be "foo *bar" > > Signed-off-by: Hardik Singh Rathore Applied, thank you. > --- > v3: > - v2 was depends on v1 so i

[PATCH v3] Input: touchscreen: Fix coding style issue

2018-12-11 Thread Hardik Singh Rathore
This patch fixes the coding style problem reported by checkpatch.pl as below: ERROR: foo* bar should be "foo *bar" Signed-off-by: Hardik Singh Rathore --- v3: - v2 was depends on v1 so it didn't solve the issue. drivers/input/touchscreen/ad7879.c | 2 +- drivers/input/touchscreen/ektf2127.c