[PATCH v3 1/2] staging: sm750fb: cleanup white space

2015-05-05 Thread Charles Rose
This patch fixes "space prohibited" errors reported by checkpatch.pl. Signed-off-by: Charles Rose --- drivers/staging/sm750fb/ddk750_chip.c | 12 ++-- drivers/staging/sm750fb/ddk750_power.c | 8 drivers/staging/sm750fb/sm750_accel.c | 2 +- drivers/stagi

[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

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

2015-05-05 Thread Charles Rose
On 05/03/2015 03:35 PM, Greg KH wrote: On Fri, Apr 24, 2015 at 11:10:56AM -0400, Charles Rose wrote: 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

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

2015-04-24 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

[PATCH v2 1/2] staging: sm750fb: cleanup white space

2015-04-24 Thread Charles Rose
This patch fixes "space prohibited" errors reported by checkpatch.pl Signed-off-by: Charles Rose --- drivers/staging/sm750fb/ddk750_chip.c | 12 ++-- drivers/staging/sm750fb/ddk750_mode.c | 2 +- drivers/staging/sm750fb/ddk750_power.c | 8 drivers/stagi

[PATCH] staging: sm750fb: cleanup white space and indent

2015-04-23 Thread Charles Rose
This patch fixes "space prohibited" errors reported by checkpatch.pl and related indentation. The module builds without error. Signed-off-by: Charles Rose --- drivers/staging/sm750fb/ddk750_chip.c | 12 ++-- drivers/staging/sm750fb/ddk750_mo