Ver código fonte

ath10k: fix spelling mistake: "servive" -> "service"

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>
Colin Ian King 7 anos atrás
pai
commit
785281342d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/net/wireless/ath/ath10k/wmi.c

+ 1 - 1
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 servive available event: %d\n",
+		ath10k_warn(ar, "failed to parse service available event: %d\n",
 			    ret);
 	}