Alig arguments with open parenthesis.

Signed-off-by: Arushi Singhal <arushisinghal19971...@gmail.com>
---
 changes in v3
 - Improve the commit message.

 drivers/staging/speakup/kobjects.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/kobjects.c 
b/drivers/staging/speakup/kobjects.c
index 8a586323b728..ca85476e3ff7 100644
--- a/drivers/staging/speakup/kobjects.c
+++ b/drivers/staging/speakup/kobjects.c
@@ -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",
-- 
2.11.0

Reply via email to