Re: [PATCH] staging: sm750fb: fix checkpatch line over 80

2017-03-12 Thread Greg KH
On Sat, Mar 11, 2017 at 01:55:55PM +0100, Thibaut SAUTEREAU wrote: > Fix checkpatch.pl warning about line over 80 characters by breaking function > parameters into two lines. > > Signed-off-by: Thibaut SAUTEREAU > --- >

[PATCH] staging: sm750fb: fix checkpatch line over 80

2017-03-11 Thread Thibaut SAUTEREAU
Fix checkpatch.pl warning about line over 80 characters by breaking function parameters into two lines. Signed-off-by: Thibaut SAUTEREAU --- drivers/staging/sm750fb/ddk750_chip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git