Commit b71a9c35 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

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



Trivial fix to spelling mistake in debug message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 2c34be6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);