Re: [PATCH v2] staging: speakup: fix wrong code indent

2017-04-28 Thread Greg Kroah-Hartman
On Fri, Apr 28, 2017 at 06:11:04PM +0900, Michael Mera wrote: > Greg Kroah-Hartman writes: > > > On Fri, Apr 28, 2017 at 05:46:07PM +0900, Michael Mera wrote: > >> Remove unnecessary multiline comment, fixes checkpatch messages: > >> ERROR: code indent should use tabs

Re: [PATCH v2] staging: speakup: fix wrong code indent

2017-04-28 Thread Greg Kroah-Hartman
On Fri, Apr 28, 2017 at 06:11:04PM +0900, Michael Mera wrote: > Greg Kroah-Hartman writes: > > > On Fri, Apr 28, 2017 at 05:46:07PM +0900, Michael Mera wrote: > >> Remove unnecessary multiline comment, fixes checkpatch messages: > >> ERROR: code indent should use tabs where possible > >>

Re: [PATCH v2] staging: speakup: fix wrong code indent

2017-04-28 Thread Michael Mera
Greg Kroah-Hartman writes: > On Fri, Apr 28, 2017 at 05:46:07PM +0900, Michael Mera wrote: >> Remove unnecessary multiline comment, fixes checkpatch messages: >> ERROR: code indent should use tabs where possible >> WARNING: Block comments should align the * on each

Re: [PATCH v2] staging: speakup: fix wrong code indent

2017-04-28 Thread Michael Mera
Greg Kroah-Hartman writes: > On Fri, Apr 28, 2017 at 05:46:07PM +0900, Michael Mera wrote: >> Remove unnecessary multiline comment, fixes checkpatch messages: >> ERROR: code indent should use tabs where possible >> WARNING: Block comments should align the * on each line >> >> Signed-off-by:

Re: [PATCH v2] staging: speakup: fix wrong code indent

2017-04-28 Thread Greg Kroah-Hartman
On Fri, Apr 28, 2017 at 05:46:07PM +0900, Michael Mera wrote: > Remove unnecessary multiline comment, fixes checkpatch messages: > ERROR: code indent should use tabs where possible > WARNING: Block comments should align the * on each line > > Signed-off-by: Michael Mera >

Re: [PATCH v2] staging: speakup: fix wrong code indent

2017-04-28 Thread Greg Kroah-Hartman
On Fri, Apr 28, 2017 at 05:46:07PM +0900, Michael Mera wrote: > Remove unnecessary multiline comment, fixes checkpatch messages: > ERROR: code indent should use tabs where possible > WARNING: Block comments should align the * on each line > > Signed-off-by: Michael Mera > --- >