]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ath10k: fix spelling mistake: "servive" -> "service"
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Apr 2018 09:12:44 +0000 (10:12 +0100)
committerKalle 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

index d7dba1791a1a13f4e7554e67e6054c9a60ee0e9c..bb8e9e259a56a9301cc473117629fa72ff78cb26 100644 (file)
@@ -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 servive available event: %d\n",
+               ath10k_warn(ar, "failed to parse service available event: %d\n",
                            ret);
        }