Re: [PATCH v2] Staging: ks7010: style fix

2017-04-26 Thread Dan Carpenter
On Wed, Apr 26, 2017 at 08:37:56PM +1000, Tobin C. Harding wrote: > On Wed, Apr 26, 2017 at 10:38:54AM +0200, Ilia Sergachev wrote: > > Fix the style of block comments. > > Move trailing */ to a separate line. > > Checkpatch was showing: > > WARNING: Block comments use a trailing */ on a separate l

Re: [PATCH v2] Staging: ks7010: style fix

2017-04-26 Thread Tobin C. Harding
On Wed, Apr 26, 2017 at 10:38:54AM +0200, Ilia Sergachev wrote: > Fix the style of block comments. > Move trailing */ to a separate line. > Checkpatch was showing: > WARNING: Block comments use a trailing */ on a separate line. You are doing well Ilia. A few nitpicks - Your first subject was bett

[PATCH v2] Staging: ks7010: style fix

2017-04-26 Thread Ilia Sergachev
Fix the style of block comments. Move trailing */ to a separate line. Checkpatch was showing: WARNING: Block comments use a trailing */ on a separate line. Signed-off-by: Ilia Sergachev --- Changes for v2: - improve the commit message drivers/staging/ks7010/ks_wlan_net.c | 43

Re: [PATCH v2] Staging: ks7010: style fix

2017-04-26 Thread Greg Kroah-Hartman
On Wed, Apr 26, 2017 at 10:18:14AM +0200, Ilia Sergachev wrote: > Fix the style of block comments. > Move trailing */ to a separate line. > Checkpatch was showing: > WARNING: Block comments use a trailing */ on a separate line. > > Signed-off-by: Ilia Sergachev > --- > drivers/staging/ks7010/ks_

[PATCH v2] Staging: ks7010: style fix

2017-04-26 Thread Ilia Sergachev
Fix the style of block comments. Move trailing */ to a separate line. Checkpatch was showing: WARNING: Block comments use a trailing */ on a separate line. Signed-off-by: Ilia Sergachev --- drivers/staging/ks7010/ks_wlan_net.c | 43 ++-- 1 file changed, 27 inserti