Re: [PATCH] ddk750_mode.c: Wraps line to 80 charecters

2018-08-27 Thread Greg KH
On Wed, Aug 08, 2018 at 03:05:52PM +0530, Abishek V Ashok wrote: > Splits definition of function programModeRegisters into two lines such > that each line is less than 80 characters. > > Signed-off-by: Abishek V Ashok > --- > drivers/staging/sm750fb/ddk750_mode.c | 4 ++-- > 1 file changed, 2 in

Re: [PATCH] ddk750_mode.c: Wraps line to 80 charecters

2018-08-27 Thread Greg KH
On Wed, Aug 08, 2018 at 03:05:52PM +0530, Abishek V Ashok wrote: > Splits definition of function programModeRegisters into two lines such > that each line is less than 80 characters. > > Signed-off-by: Abishek V Ashok > --- > drivers/staging/sm750fb/ddk750_mode.c | 4 ++-- > 1 file changed, 2 in

[PATCH] ddk750_mode.c: Wraps line to 80 charecters

2018-08-08 Thread Abishek V Ashok
Splits definition of function programModeRegisters into two lines such that each line is less than 80 characters. Signed-off-by: Abishek V Ashok --- drivers/staging/sm750fb/ddk750_mode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_mode.c