mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 08:30:15 -04:00
wifi: iwlwifi: mld: Correct comments for cleanup functions
Update comments to accurately reflect the purpose of the iwl_mld_cleanup_link and iwl_cleanup_mld functions. Signed-off-by: Pagadala Yesu Anjaneyulu <pagadala.yesu.anjaneyulu@intel.com> Reviewed-by: Somashekhar Puttagangaiah <somashekhar.puttagangaiah@intel.com> Link: https://patch.msgid.link/20250509104454.2582160-10-miriam.rachel.korenblit@intel.com Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
committed by
Miri Korenblit
parent
589ceda64c
commit
6f47182ccd
@@ -91,7 +91,7 @@ struct iwl_mld_link {
|
||||
struct iwl_probe_resp_data __rcu *probe_resp_data;
|
||||
};
|
||||
|
||||
/* Cleanup function for struct iwl_mld_phy, will be called in restart */
|
||||
/* Cleanup function for struct iwl_mld_link, will be called in restart */
|
||||
static inline void
|
||||
iwl_mld_cleanup_link(struct iwl_mld *mld, struct iwl_mld_link *link)
|
||||
{
|
||||
|
||||
@@ -295,7 +295,7 @@ struct iwl_mld {
|
||||
memset((void *)&(_ptr)->zeroed_on_hw_restart, 0, \
|
||||
sizeof((_ptr)->zeroed_on_hw_restart))
|
||||
|
||||
/* Cleanup function for struct iwl_mld_vif, will be called in restart */
|
||||
/* Cleanup function for struct iwl_mld, will be called in restart */
|
||||
static inline void
|
||||
iwl_cleanup_mld(struct iwl_mld *mld)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user