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/fw/error-dump.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/fw/error-dump.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h index 5c76e3b94968..e63b08b7d336 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h @@ -248,7 +248,7 @@ struct iwl_fw_error_dump_mem { #define IWL_INI_DUMP_NAME_TYPE (BIT(31) | BIT(24)) /** - * struct iwl_fw_error_dump_data - data for one type + * struct iwl_fw_ini_error_dump_data - data for one type * @type: &enum iwl_fw_ini_region_type * @sub_type: sub type id * @sub_type_ver: sub type version @@ -278,7 +278,7 @@ struct iwl_fw_ini_dump_entry { } __packed; /** - * struct iwl_fw_error_dump_file - header of dump file + * struct iwl_fw_ini_dump_file_hdr - header of dump file * @barker: must be %IWL_FW_INI_ERROR_DUMP_BARKER * @file_len: the length of all the file including the header */ |
