projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d042a0e
)
staging: speakup: fix "Alignment match open parenthesis"
author
Arushi Singhal
<
[email protected]
>
Mon, 13 Mar 2017 20:40:18 +0000
(
02:10
+0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/speakup/kobjects.c
patch
|
blob
|
history
diff --git
a/drivers/staging/speakup/kobjects.c
b/drivers/staging/speakup/kobjects.c
index 9feb97dfd72b6e312970f9dc93cae66c8ad2d624..afb61e153592376f7e058fb252b65af27f10fb8e 100644
(file)
--- 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",