]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: speakup: fix "Alignment match open parenthesis"
authorArushi Singhal <arushisinghal19971997@gmail.com>
Mon, 13 Mar 2017 20:40:18 +0000 (02:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Mar 2017 22:07:43 +0000 (06:07 +0800)
Fix checkpatch issues: "CHECK: Alignment should match open parenthesis".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/kobjects.c

index 9feb97dfd72b6e312970f9dc93cae66c8ad2d624..afb61e153592376f7e058fb252b65af27f10fb8e 100644 (file)
@@ -93,7 +93,7 @@ static void report_char_chartab_status(int reset, int received, int used,
        } else if (received) {
                len = snprintf(buf, sizeof(buf),
                               " updated %d of %d %s\n",
-                               used, received, object_type[do_characters]);
+                              used, received, object_type[do_characters]);
                if (rejected)
                        snprintf(buf + (len - 1), sizeof(buf) - (len - 1),
                                 " with %d reject%s\n",