ar5523: fix typo "to short" -> "too short"
"RX USB to short" -> "RX USB too short" Signed-off-by: Tong Zhang <ztong0001@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a62551c988
commit
e94b99a40b
@ -104,7 +104,7 @@ static void ar5523_cmd_rx_cb(struct urb *urb)
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user