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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}