projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b36249
)
ar5523: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jan 2020 00:18:01 +0000
(
00:18
+0000)
committer
Kalle Valo
<kvalo@codeaurora.org>
Sun, 26 Jan 2020 14:36:15 +0000
(16:36 +0200)
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>
drivers/net/wireless/ath/ar5523/ar5523.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ar5523/ar5523.c
b/drivers/net/wireless/ath/ar5523/ar5523.c
index 4c57e79e5779aad51b37f332807b2fe4f0adf43b..49cc4b7ed5163a2de35cd84c6987e813573aae90 100644
(file)
--- 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 to
o
small %d < %d\n",
cmd->olen, olen);
cmd->olen = 0;
cmd->res = -EOVERFLOW;