]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
iwlwifi: mvm: fix spelling mistake "Recieved" -> "Received"
authorColin Ian King <colin.king@canonical.com>
Sun, 26 Aug 2018 22:31:17 +0000 (23:31 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Dec 2018 07:09:58 +0000 (09:09 +0200)
Trivial fix to spelling mistake in debug message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c

index 99a0dafde382c94c610bfdcea3dc383136151dc3..97dc464379d2e54fcdcef93cbe65d110eb138cc0 100644 (file)
@@ -3394,7 +3394,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);