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:
c251410
)
Input: ims-pcu - fix typo in the error message
author
Zhen Lei
<thunder.leizhen@huawei.com>
Sat, 25 Nov 2017 23:48:32 +0000
(15:48 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 27 Nov 2017 00:16:31 +0000
(16:16 -0800)
1. change "to" to "too".
2. move ")" to the front of "\n", which discovered by Joe Perches.
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: Joe Perches <joe@perches.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/ims-pcu.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/ims-pcu.c
b/drivers/input/misc/ims-pcu.c
index ae473123583bb22bedbb33426f11eb8f802ea368..3d51175c4d7207aac2b7d625a2c9af26ec558cf0 100644
(file)
--- a/
drivers/input/misc/ims-pcu.c
+++ b/
drivers/input/misc/ims-pcu.c
@@
-1651,7
+1651,7
@@
ims_pcu_get_cdc_union_desc(struct usb_interface *intf)
return union_desc;
dev_err(&intf->dev,
- "Union descriptor to
short (%d vs %zd\n)
",
+ "Union descriptor to
o short (%d vs %zd)\n
",
union_desc->bLength, sizeof(*union_desc));
return NULL;
}