OSDN Git Service

staging: speakup:indentation should use tabs
authorArushi Singhal <arushisinghal19971997@gmail.com>
Wed, 1 Mar 2017 19:33:03 +0000 (01:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:25:57 +0000 (14:25 +0100)
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>
drivers/staging/speakup/i18n.c

index 1a3e348..11f1418 100644 (file)
@@ -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;
                        }