Re: [PATCH v3 2/2] staging: sm750fb: cleanup indentation

2015-05-06 Thread Sudip Mukherjee
On Wed, May 06, 2015 at 10:06:21AM +0300, Dan Carpenter wrote: > Looks good. but its applying to linux-next and not applying to staging-testing. There are a few patches which Greg applied to staging-testing before the merge-window but they were not applied to staging-next. I guess he has been busy

Re: [PATCH v3 2/2] staging: sm750fb: cleanup indentation

2015-05-06 Thread Dan Carpenter
Looks good. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v3 2/2] staging: sm750fb: cleanup indentation

2015-05-05 Thread Charles Rose
This patch fixes indentation errors/warnings reported by checkpatch.pl. Signed-off-by: Charles Rose --- drivers/staging/sm750fb/ddk750_mode.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_mode.c b/drivers/staging/sm7