Re: [PATCH] Fixing coding style issues in wilc1000/wilc_debugfs.c

2017-05-02 Thread Greg Kroah-Hartman
On Tue, May 02, 2017 at 09:49:29AM +0200, Vincent Siles wrote: > Most of them were easily fixed. The only invasive fix was the split > of the info string line 63 because: > - it was too long > - checkpath doesn't like 'quoted string split across lines' Please fix up your subject line to look more

[PATCH] Fixing coding style issues in wilc1000/wilc_debugfs.c

2017-05-02 Thread Vincent Siles
Most of them were easily fixed. The only invasive fix was the split of the info string line 63 because: - it was too long - checkpath doesn't like 'quoted string split across lines' Signed-off-by: Vincent Siles --- drivers/staging/wilc1000/wilc_debugfs.c | 28 +++- 1 file