提交 5ddc3c65 编写于 作者: Z Zhen Lei 提交者: Dmitry Torokhov

Input: ims-pcu - fix typo in the error message

1. change "to" to "too".
2. move ")" to the front of "\n", which discovered by Joe Perches.
Signed-off-by: NZhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: NJoe Perches <joe@perches.com>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 c2514106
......@@ -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 too short (%d vs %zd)\n",
union_desc->bLength, sizeof(*union_desc));
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册