diff options
author | Arushi Singhal <arushisinghal19971997@gmail.com> | 2017-03-02 01:03:03 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-09 14:25:57 +0100 |
commit | d5dc063ca2b1201781f973a7d55b21d000c48641 (patch) | |
tree | 0880deadcbebb52b198a3e0cd8608a91aae2cb9b /drivers/staging | |
parent | a71c8e9b8efc30459d4dbae9dff90fba46f46c63 (diff) |
staging: speakup:indentation should use tabs
Indentation should always use tabs and never spaces.
Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/speakup/i18n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c index 1a3e34880ac1..11f1418b4006 100644 --- a/drivers/staging/speakup/i18n.c +++ b/drivers/staging/speakup/i18n.c @@ -552,7 +552,7 @@ ssize_t spk_msg_set(enum msg_index_t index, char *text, size_t length) if (index >= MSG_FORMATTED_START && index <= MSG_FORMATTED_END && !fmt_validate(speakup_default_msgs[index], - newstr)) { + newstr)) { kfree(newstr); return -EINVAL; } |