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:
Родитель
5b362498a7
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче