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>
This commit is contained in:
Colin Ian King 2018-04-26 10:12:44 +01:00 committed by Kalle Valo
parent 378b1d6507
commit 785281342d

View 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); ret = ath10k_wmi_pull_svc_avail(ar, skb, &arg);
if (ret) { 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); ret);
} }