Commit 8c7049eb authored by Tuomo Rinne's avatar Tuomo Rinne Committed by Greg Kroah-Hartman

staging: speakup: Fixed coding style errors and aligned indents

Fixed indentation to use tabs and aligned all the fields to same level.
Signed-off-by: default avatarTuomo Rinne <tuomo.rinne@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae8784fc
...@@ -84,9 +84,7 @@ ...@@ -84,9 +84,7 @@
#define CTRL_last_index 0x0b00 /* get last index spoken */ #define CTRL_last_index 0x0b00 /* get last index spoken */
#define CTRL_io_priority 0x0c00 /* change i/o priority */ #define CTRL_io_priority 0x0c00 /* change i/o priority */
#define CTRL_free_mem 0x0d00 /* get free paragraphs on module */ #define CTRL_free_mem 0x0d00 /* get free paragraphs on module */
#define CTRL_get_lang 0x0e00 /* return bit mask of loaded #define CTRL_get_lang 0x0e00 /* return bit mask of loaded languages */
* languages
*/
#define CMD_test 0x2000 /* self-test request */ #define CMD_test 0x2000 /* self-test request */
#define TEST_mask 0x0F00 /* isolate test field */ #define TEST_mask 0x0F00 /* isolate test field */
#define TEST_null 0x0000 /* no test requested */ #define TEST_null 0x0000 /* no test requested */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment