diff options
| author | Johannes Berg <[email protected]> | 2024-06-25 16:51:20 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-06-26 08:35:15 +0000 |
| commit | fa1a1eb21c9caf1ad633d4bd3cb3b9c299c6a3a3 (patch) | |
| tree | 6a7deb7b1bcc98499af4a2f974eb60b84c54bc44 /drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h | |
| parent | wifi: iwlwifi: fix kernel-doc in iwl-fh.h (diff) | |
| download | kernel-fa1a1eb21c9caf1ad633d4bd3cb3b9c299c6a3a3.tar.gz kernel-fa1a1eb21c9caf1ad633d4bd3cb3b9c299c6a3a3.zip | |
wifi: iwlwifi: fix prototype mismatch kernel-doc warnings
Fix all the prototype mismatch and "wrong kernel-doc identifier"
warnings, due to typos in or misformatting of the kernel-doc.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://patch.msgid.link/20240625194805.6ec65cf9b88c.I7804114d7369f352e80a0e8430f7119af8e210de@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h b/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h index fd82feb24b2d..0c6c3fb8c6dd 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h @@ -38,7 +38,7 @@ iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg, u8 tx_chains, u8 rx_chains); /** - * iwl_parse_mcc_info - parse MCC (mobile country code) info coming from FW + * iwl_parse_nvm_mcc_info - parse MCC (mobile country code) info coming from FW * * This function parses the regulatory channel data received as a * MCC_UPDATE_CMD command. It returns a newly allocation regulatory domain, |
