Re: [PATCH] staging: dgnc: Fix multi line comment alignment

2016-09-06 Thread Andrey Utkin
On Tue, Sep 06, 2016 at 03:19:03PM +0200, Fernando Apesteguia wrote: > Sorry, but I fail to see how I can align all the lines by changing just the > first and last ones. Ah now I see that original version doesn't have spaces before asterisk. Sorry for noise. __

Re: [PATCH] staging: dgnc: Fix multi line comment alignment

2016-09-06 Thread Fernando Apesteguia
On Mon, Sep 05, 2016 at 11:45:30PM +0300, Andrey Utkin wrote: > On Mon, Sep 05, 2016 at 08:28:32PM +0200, Fernando Apesteguia wrote: > > Fix alignment in multi line comment block. > > > > Remove extra '*' to use the preferred comment style as in > > Documentation/CodingStyle > > > > Signed-off-b

Re: [PATCH] staging: dgnc: Fix multi line comment alignment

2016-09-05 Thread Andrey Utkin
On Mon, Sep 05, 2016 at 08:28:32PM +0200, Fernando Apesteguia wrote: > Fix alignment in multi line comment block. > > Remove extra '*' to use the preferred comment style as in > Documentation/CodingStyle > > Signed-off-by: Fernando Apesteguia > > --- > drivers/staging/dgnc/dgnc_driver.c | 50