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

2017-04-28 Thread Michael Mera
Greg Kroah-Hartman writes: > This patch doesn't apply to my tree at all, what tree/branch did you > make it against? >From the 'T:' line in MAINTAINER at STAGING SUBSYSTEM, I thought that I should base changes on:

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

2017-04-28 Thread Michael Mera
Greg Kroah-Hartman writes: > This patch doesn't apply to my tree at all, what tree/branch did you > make it against? >From the 'T:' line in MAINTAINER at STAGING SUBSYSTEM, I thought that I should base changes on: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git Since there

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

2017-04-28 Thread Greg Kroah-Hartman
On Fri, Apr 28, 2017 at 11:43:26PM +0900, Michael Mera wrote: > Fix checkpatch messages: > ERROR: code indent should use tabs where possible > WARNING: Block comments should align the * on each line > > Changes: > - replace unnecessary multiline comment by a single line comment > - change

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

2017-04-28 Thread Greg Kroah-Hartman
On Fri, Apr 28, 2017 at 11:43:26PM +0900, Michael Mera wrote: > Fix checkpatch messages: > ERROR: code indent should use tabs where possible > WARNING: Block comments should align the * on each line > > Changes: > - replace unnecessary multiline comment by a single line comment > - change

[PATCH v3] staging: speakup: fix wrong code indent

2017-04-28 Thread Michael Mera
Fix checkpatch messages: ERROR: code indent should use tabs where possible WARNING: Block comments should align the * on each line Changes: - replace unnecessary multiline comment by a single line comment - change "bit mask" for "bitmask" to have a line shorter than 80 characters

[PATCH v3] staging: speakup: fix wrong code indent

2017-04-28 Thread Michael Mera
Fix checkpatch messages: ERROR: code indent should use tabs where possible WARNING: Block comments should align the * on each line Changes: - replace unnecessary multiline comment by a single line comment - change "bit mask" for "bitmask" to have a line shorter than 80 characters