Re: [PATCH] speakup: synth: Fix checkpatch warning

2017-02-27 Thread Man Choy
On Mon, Feb 27, 2017 at 10:42 PM, Greg KH wrote: > On Sun, Feb 26, 2017 at 01:22:18PM +0800, Man Choy wrote: >> Fix following checkpatch warning: >> >> WARNING: line over 80 characters >> +&synth->attributes) >> < 0) >> >> total: 0 errors, 1

Re: [PATCH] speakup: synth: Fix checkpatch warning

2017-02-27 Thread Greg KH
On Sun, Feb 26, 2017 at 01:22:18PM +0800, Man Choy wrote: > Fix following checkpatch warning: > > WARNING: line over 80 characters > +&synth->attributes) > < 0) > > total: 0 errors, 1 warnings, 485 lines checked > Signed-off-by: Man Choy >

[PATCH] speakup: synth: Fix checkpatch warning

2017-02-25 Thread Man Choy
Fix following checkpatch warning: WARNING: line over 80 characters +&synth->attributes) < 0) total: 0 errors, 1 warnings, 485 lines checked Signed-off-by: Man Choy --- drivers/staging/speakup/synth.c | 4 ++-- 1 file changed, 2 insertions