提交 e94b99a4 编写于 作者: T Tong Zhang 提交者: David S. Miller

ar5523: fix typo "to short" -> "too short"

"RX USB to short" -> "RX USB too short"
Signed-off-by: NTong Zhang <ztong0001@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a62551c9
...@@ -104,7 +104,7 @@ static void ar5523_cmd_rx_cb(struct urb *urb) ...@@ -104,7 +104,7 @@ static void ar5523_cmd_rx_cb(struct urb *urb)
} }
if (urb->actual_length < sizeof(struct ar5523_cmd_hdr)) { if (urb->actual_length < sizeof(struct ar5523_cmd_hdr)) {
ar5523_err(ar, "RX USB to short.\n"); ar5523_err(ar, "RX USB too short.\n");
goto skip; goto skip;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册