staging: speakup: fix "Alignment match open parenthesis"
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>
This commit is contained in:
parent
d042a0e43c
commit
533131df8a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue