[PATCH 1/9] staging: sm750fb: fix line length coding style issue in ddk750_chip.c

2016-08-29 Thread Moshe Green
Fix a line length warning found by the checkpatch.pl tool in ddk750_chip.c. Signed-off-by: Moshe Green --- drivers/staging/sm750fb/ddk750_chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c

Re: [PATCH 1/9] staging: sm750fb: fix line length coding style issue in ddk750_chip.c

2016-08-30 Thread moshe green
I was testing a patchset and I accidently sent it to a mailing list (I only intended to send it to myself) Apologies for the mixup. On 30 August 2016 at 08:36, Greg KH wrote: > On Mon, Aug 29, 2016 at 11:50:01PM +0300, Moshe Green wrote: >> Fix a line length warning found by the chec