Re: [PATCH 2/2] staging: sm750fb: add spaces around operator

2015-11-08 Thread Dan Carpenter
On Sun, Nov 08, 2015 at 08:33:16AM +0100, Othmar Pasteka wrote: > Should I send a new version or is it a note for next time? Send a new version. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproj

Re: [PATCH 2/2] staging: sm750fb: add spaces around operator

2015-11-07 Thread Othmar Pasteka
On Sun, Nov 08, 2015 at 09:35:08AM +0300, Dan Carpenter wrote: > If it's a one line fix then just send it as a single patch. It was two things, hence I made it a two-parter. Should I send a new version or is it a note for next time? Thanks, Othmar Pasteka

Re: [PATCH 2/2] staging: sm750fb: add spaces around operator

2015-11-07 Thread Dan Carpenter
If it's a one line fix then just send it as a single patch. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 2/2] staging: sm750fb: add spaces around operator

2015-11-07 Thread Othmar Pasteka
checkpatch.pl says: CHECK: spaces preferred around that '+' (ctx:VxV) Signed-off-by: Othmar Pasteka --- drivers/staging/sm750fb/sm750_cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb/sm750_cursor.c b/drivers/staging/sm750fb/sm750_cursor.c inde