mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION"
There is a spelling mistake in a WARN message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Gregory Greenman <gregory.greenman@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240129211905.ff31e9385d29.I3a224e6a9294fdec431919fb4ec9315801e77454@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
committed by
Johannes Berg
parent
0c769cb6b9
commit
64a06679e6
@@ -929,7 +929,7 @@ void iwl_mvm_rx_session_protect_notif(struct iwl_mvm *mvm,
|
||||
|
||||
if (WARN(ver > 2 && mvmvif->time_event_data.link_id >= 0 &&
|
||||
mvmvif->time_event_data.link_id != notif_link_id,
|
||||
"SESION_PROTECTION_NOTIF was received for link %u, while the current time event is on link %u\n",
|
||||
"SESSION_PROTECTION_NOTIF was received for link %u, while the current time event is on link %u\n",
|
||||
notif_link_id, mvmvif->time_event_data.link_id))
|
||||
goto out_unlock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user