[PATCH v4] staging: speakup: fix unnecessary long line

2017-05-09 Thread Michael Mera
Fix checkpatch message: WARNING: line over 80 characters Change "bit mask" for "bitmask" to have a line shorter than 80 characters. Signed-off-by: Michael Mera <d...@michaelmera.com> --- v3 -> v4: - base changes on linux-next rather than some random tree

[PATCH v4] staging: speakup: fix unnecessary long line

2017-05-09 Thread Michael Mera
Fix checkpatch message: WARNING: line over 80 characters Change "bit mask" for "bitmask" to have a line shorter than 80 characters. Signed-off-by: Michael Mera --- v3 -> v4: - base changes on linux-next rather than some random tree - reduce scope of the patch (a

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

2017-04-28 Thread Michael Mera
you. Thank you, Michael Mera

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

2017-04-28 Thread Michael Mera
it Since there was no branch indication unlike some other lines, I worked on master. Now, given your remark I found your blog post where you ask to base the changes on linux-next. Sorry. Part of the patch is still relevant, so I intend to submit a v4. If that is ok with you. Thank you, Michael Mera

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

2017-04-28 Thread Michael Mera
characters Signed-off-by: Michael Mera <d...@michaelmera.com> --- v2 -> v3: - add missing changes descriptions - improve patch message to make it more clear what changed v1 -> v2: - fix typo in patch description message drivers/staging/speakup/speakup_decpc.c | 4 +--- 1

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

2017-04-28 Thread Michael Mera
characters Signed-off-by: Michael Mera --- v2 -> v3: - add missing changes descriptions - improve patch message to make it more clear what changed v1 -> v2: - fix typo in patch description message drivers/staging/speakup/speakup_decpc.c | 4 +--- 1 file changed, 1 insertion(+),

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

2017-04-28 Thread Michael Mera
Greg Kroah-Hartman <gre...@linuxfoundation.org> 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

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 l

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

2017-04-28 Thread Michael Mera
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 <d...@michaelmera.com> --- drivers/staging/speakup/speakup_decpc.c | 4 +--- 1 file chan

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

2017-04-28 Thread Michael Mera
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 --- drivers/staging/speakup/speakup_decpc.c | 4 +--- 1 file changed, 1 insertion(+), 3

[PATCH] staging: speakup: fix wrong code indent

2017-04-28 Thread Michael Mera
Remove unecessary 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 <d...@michaelmera.com> --- drivers/staging/speakup/speakup_decpc.c | 4 +--- 1 file chan

[PATCH] staging: speakup: fix wrong code indent

2017-04-28 Thread Michael Mera
Remove unecessary 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 --- drivers/staging/speakup/speakup_decpc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions