diff mbox series

iwlwifi: mvm: fix spelling mistake "Recieved" -> "Received"

Message ID 20181016172251.1227-1-colin.king@canonical.com (mailing list archive)
State Accepted
Delegated to: Luca Coelho
Headers show
Series iwlwifi: mvm: fix spelling mistake "Recieved" -> "Received" | expand

Commit Message

Colin King Oct. 16, 2018, 5:22 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in IWL_DEBUG_TE message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Luca Coelho Oct. 17, 2018, 7:38 a.m. UTC | #1
On Tue, 2018-10-16 at 18:22 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in IWL_DEBUG_TE message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Hi Colin,

You already sent this patch before and it has already been applied in
our internal tree and will reach upstream at some point.

Please don't keep re-sending identical patches once I replied that it
has been applied.

--
Cheers,
Luca.
diff mbox series

Patch

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
index 505b0385d800..271db16cf0c8 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
@@ -3351,7 +3351,7 @@  static bool iwl_mvm_rx_aux_roc(struct iwl_notif_wait_data *notif_wait,
 	resp = (void *)pkt->data;
 
 	IWL_DEBUG_TE(mvm,
-		     "Aux ROC: Recieved response from ucode: status=%d uid=%d\n",
+		     "Aux ROC: Received response from ucode: status=%d uid=%d\n",
 		     resp->status, resp->event_unique_id);
 
 	te_data->uid = le32_to_cpu(resp->event_unique_id);