diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-09-13 08:43:39 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-09-17 17:12:54 +0300 |
commit | 09764659003d9e208b8f558d164c8f5005b43ab7 (patch) | |
tree | bc75e28d7a486ce725102e3d81d30c9ec0a55778 | |
parent | 1340cc631bd00431e2f174525c971f119df9efa1 (diff) | |
download | linux-stable-09764659003d9e208b8f558d164c8f5005b43ab7.tar.gz linux-stable-09764659003d9e208b8f558d164c8f5005b43ab7.tar.bz2 linux-stable-09764659003d9e208b8f558d164c8f5005b43ab7.zip |
ath10k: fix spelling mistake "eanble" -> "enable"
There is a spelling mistake in a ath10k_warn warning message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r-- | drivers/net/wireless/ath/ath10k/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 578d1c06ed87..f7a318e7198d 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -7433,7 +7433,7 @@ static bool ath10k_mac_set_vht_bitrate_mask_fixup(struct ath10k *ar, err = ath10k_wmi_peer_set_param(ar, arvif->vdev_id, sta->addr, WMI_PEER_PARAM_FIXED_RATE, rate); if (err) - ath10k_warn(ar, "failed to eanble STA %pM peer fixed rate: %d\n", + ath10k_warn(ar, "failed to enable STA %pM peer fixed rate: %d\n", sta->addr, err); return true; |