Commit e94b99a4 authored by Tong Zhang's avatar Tong Zhang Committed by David S. Miller

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

"RX USB to short" -> "RX USB too short"
Signed-off-by: default avatarTong Zhang <ztong0001@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment