mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 07:15:19 +07:00
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:
parent
378b1d6507
commit
785281342d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user