Skip to content

Commit

Permalink
ath10k: fix spelling mistake "montior" -> "monitor"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in ath10k_warn message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
  • Loading branch information
Colin Ian King authored and Kalle Valo committed Sep 2, 2016
1 parent 2cdce42 commit 7f03d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath10k/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -5224,7 +5224,7 @@ static void ath10k_configure_filter(struct ieee80211_hw *hw,

ret = ath10k_monitor_recalc(ar);
if (ret)
ath10k_warn(ar, "failed to recalc montior: %d\n", ret);
ath10k_warn(ar, "failed to recalc monitor: %d\n", ret);

mutex_unlock(&ar->conf_mutex);
}
Expand Down

0 comments on commit 7f03d30

Please sign in to comment.