mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
iwlwifi: mvm: fix spelling mistake "Recieved" -> "Received"
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>
This commit is contained in:
parent
2c34be6c1f
commit
b71a9c35f2
@ -3394,7 +3394,7 @@ static bool iwl_mvm_rx_aux_roc(struct iwl_notif_wait_data *notif_wait,
|
|||||||
resp = (void *)pkt->data;
|
resp = (void *)pkt->data;
|
||||||
|
|
||||||
IWL_DEBUG_TE(mvm,
|
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);
|
resp->status, resp->event_unique_id);
|
||||||
|
|
||||||
te_data->uid = le32_to_cpu(resp->event_unique_id);
|
te_data->uid = le32_to_cpu(resp->event_unique_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user