mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
ar5523: fix spelling mistake "to" -> "too"
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>
This commit is contained in:
parent
5b362498a7
commit
d92e8fa8ce
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user