Skip to content

Commit d92e8fa

Browse files
Colin Ian KingKalle Valo
authored andcommitted
ar5523: fix spelling mistake "to" -> "too"
There is a spelling mistake in a ar5523_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 5b36249 commit d92e8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ar5523/ar5523.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void ar5523_read_reply(struct ar5523 *ar, struct ar5523_cmd_hdr *hdr,
7474

7575
if (cmd->odata) {
7676
if (cmd->olen < olen) {
77-
ar5523_err(ar, "olen to small %d < %d\n",
77+
ar5523_err(ar, "olen too small %d < %d\n",
7878
cmd->olen, olen);
7979
cmd->olen = 0;
8080
cmd->res = -EOVERFLOW;

0 commit comments

Comments
 (0)