Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+44 −46
Original line number Diff line number Diff line
@@ -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 bit mask of loaded languages */
#define	CMD_test		0x2000	/* self-test request */
#define	TEST_mask		0x0F00	/* isolate test field */
#define	TEST_null		0x0000	/* no test requested */