Re: [PATCH] staging: ks7010: Block comments use * on subsequent lines

2017-02-24 Thread Greg KH
On Sat, Feb 18, 2017 at 09:02:33PM +0530, Arushi Singhal wrote: > Some of the block comments styles are not encouraged: > for example: > /* > block comment without introductory * > */ > and > /* > * block comment with line terminating */ > > Signed-off-by: Arushi Singhal > --- > drivers/staging/

[PATCH] staging: ks7010: Block comments use * on subsequent lines

2017-02-18 Thread Arushi Singhal
Some of the block comments styles are not encouraged: for example: /* block comment without introductory * */ and /* * block comment with line terminating */ Signed-off-by: Arushi Singhal --- drivers/staging/ks7010/ks7010_sdio.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff -