mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
wifi: iwlwifi: mvm: Fix spelling mistake "Gerenal" -> "General"
There is a spelling mistake in a IWL_DEBUG_SCAN debug message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230414130637.eac55cbef8f1.I15cc5d3f1489759bf915bfb3cbbb72b67b18f8b6@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
41c1b0b5aa
commit
5f10705eea
|
|
@ -2297,7 +2297,7 @@ iwl_mvm_scan_umac_fill_general_p_v11(struct iwl_mvm *mvm,
|
|||
|
||||
iwl_mvm_scan_umac_dwell_v11(mvm, gp, params);
|
||||
|
||||
IWL_DEBUG_SCAN(mvm, "Gerenal: flags=0x%x, flags2=0x%x\n",
|
||||
IWL_DEBUG_SCAN(mvm, "General: flags=0x%x, flags2=0x%x\n",
|
||||
gen_flags, gen_flags2);
|
||||
|
||||
gp->flags = cpu_to_le16(gen_flags);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user