Message ID | 20200123001801.2831921-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d92e8fa8ce882107e3f5be1244ff77ea1a74e63e |
Delegated to: | Kalle Valo |
Headers | show |
Series | ar5523: fix spelling mistake "to" -> "too" | expand |
Colin King <colin.king@canonical.com> wrote: > There is a spelling mistake in a ar5523_err message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Patch applied to ath-next branch of ath.git, thanks. d92e8fa8ce88 ar5523: fix spelling mistake "to" -> "too"
diff --git a/drivers/net/wireless/ath/ar5523/ar5523.c b/drivers/net/wireless/ath/ar5523/ar5523.c index da2d179430ca..f4a04d88bd3f 100644 --- a/drivers/net/wireless/ath/ar5523/ar5523.c +++ b/drivers/net/wireless/ath/ar5523/ar5523.c @@ -74,7 +74,7 @@ static void ar5523_read_reply(struct ar5523 *ar, struct ar5523_cmd_hdr *hdr, if (cmd->odata) { if (cmd->olen < olen) { - ar5523_err(ar, "olen to small %d < %d\n", + ar5523_err(ar, "olen too small %d < %d\n", cmd->olen, olen); cmd->olen = 0; cmd->res = -EOVERFLOW;