projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae316c4
)
ath6kl: fix spelling mistake: "chache" -> "cache"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 29 Mar 2018 16:53:04 +0000
(17:53 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 19 Apr 2018 15:56:40 +0000
(18:56 +0300)
Trivial fix to spelling mistake in message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath6kl/debug.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/debug.c
b/drivers/net/wireless/ath/ath6kl/debug.c
index
0f965e9
..
4e94b22
100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/debug.c
+++ b/
drivers/net/wireless/ath/ath6kl/debug.c
@@
-645,7
+645,7
@@
static ssize_t read_file_tgt_stats(struct file *file, char __user *user_buf,
len += scnprintf(buf + len, buf_len - len, "%20s %10llu\n",
"CRC Err", tgt_stats->rx_crc_err);
len += scnprintf(buf + len, buf_len - len, "%20s %10llu\n",
- "Key c
h
ache miss", tgt_stats->rx_key_cache_miss);
+ "Key cache miss", tgt_stats->rx_key_cache_miss);
len += scnprintf(buf + len, buf_len - len, "%20s %10llu\n",
"Decrypt Err", tgt_stats->rx_decrypt_err);
len += scnprintf(buf + len, buf_len - len, "%20s %10llu\n",