From: Ben Greear Date: Mon, 26 Sep 2016 18:56:25 +0000 (+0300) Subject: ath10k: fix typo in logging message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa66ba0c31c69d13e5a59096a67775b776dccbec;p=linux-beck.git ath10k: fix typo in logging message Signed-off-by: Ben Greear Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 0a44dab5a287..76297d69f1ed 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -2793,7 +2793,7 @@ static void ath10k_bss_disassoc(struct ieee80211_hw *hw, ret = ath10k_wmi_vdev_down(ar, arvif->vdev_id); if (ret) - ath10k_warn(ar, "faield to down vdev %i: %d\n", + ath10k_warn(ar, "failed to down vdev %i: %d\n", arvif->vdev_id, ret); arvif->def_wep_key_idx = -1;