projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
378b1d6
)
ath10k: fix spelling mistake: "servive" -> "service"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 26 Apr 2018 09:12:44 +0000
(10:12 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Fri, 27 Apr 2018 11:38:35 +0000
(14:38 +0300)
Trivial fix to spelling mistake in ath10k_warn warning message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/wmi.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/wmi.c
b/drivers/net/wireless/ath/ath10k/wmi.c
index d7dba1791a1a13f4e7554e67e6054c9a60ee0e9c..bb8e9e259a56a9301cc473117629fa72ff78cb26 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/wmi.c
+++ b/
drivers/net/wireless/ath/ath10k/wmi.c
@@
-5286,7
+5286,7
@@
void ath10k_wmi_event_service_available(struct ath10k *ar, struct sk_buff *skb)
ret = ath10k_wmi_pull_svc_avail(ar, skb, &arg);
if (ret) {
- ath10k_warn(ar, "failed to parse servi
v
e available event: %d\n",
+ ath10k_warn(ar, "failed to parse servi
c
e available event: %d\n",
ret);
}