Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1632553
| From | Michael Mera <dev@michaelmera.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: speakup: fix wrong code indent |
| Date | 2017-04-28 08:30 +0200 |
| Message-ID | <tB7zH-3BN-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 <dev@michaelmera.com> --- drivers/staging/speakup/speakup_decpc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging/speakup/speakup_decpc.c index 6bf38e49a96d..94ca6987f71b 100644 --- a/drivers/staging/speakup/speakup_decpc.c +++ b/drivers/staging/speakup/speakup_decpc.c @@ -84,9 +84,7 @@ #define CTRL_last_index 0x0b00 /* get last index spoken */ #define CTRL_io_priority 0x0c00 /* change i/o priority */ #define CTRL_free_mem 0x0d00 /* get free paragraphs on module */ -#define CTRL_get_lang 0x0e00 /* return bit mask of loaded - * languages - */ +#define CTRL_get_lang 0x0e00 /* return bitmask of loaded languages */ #define CMD_test 0x2000 /* self-test request */ #define TEST_mask 0x0F00 /* isolate test field */ #define TEST_null 0x0000 /* no test requested */ -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] staging: speakup: fix wrong code indent Michael Mera <dev@michaelmera.com> - 2017-04-28 08:30 +0200
Re: [PATCH] staging: speakup: fix wrong code indent Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-28 09:20 +0200
[PATCH v2] staging: speakup: fix wrong code indent Michael Mera <dev@michaelmera.com> - 2017-04-28 10:50 +0200
Re: [PATCH v2] staging: speakup: fix wrong code indent Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-28 11:10 +0200
Re: [PATCH v2] staging: speakup: fix wrong code indent Michael Mera <dev@michaelmera.com> - 2017-04-28 11:20 +0200
Re: [PATCH v2] staging: speakup: fix wrong code indent Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-28 11:40 +0200
[PATCH v3] staging: speakup: fix wrong code indent Michael Mera <dev@michaelmera.com> - 2017-04-28 16:50 +0200
Re: [PATCH v3] staging: speakup: fix wrong code indent Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-28 18:00 +0200
Re: [PATCH v3] staging: speakup: fix wrong code indent Michael Mera <dev@michaelmera.com> - 2017-04-29 03:30 +0200
[PATCH v4] staging: speakup: fix unnecessary long line Michael Mera <dev@michaelmera.com> - 2017-05-10 01:50 +0200
csiph-web