Jelajahi Sumber

iwlwifi: remove wrong comment about alignment in iwl-fw-error-dump.h

The chunks of data do not need to be multipliers of 4 nor
4-bytes aligned.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Emmanuel Grumbach 11 tahun lalu
induk
melakukan
d4849277f9
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h

+ 2 - 2
drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h

@@ -92,8 +92,8 @@ enum iwl_fw_error_dump_type {
 /**
 /**
  * struct iwl_fw_error_dump_data - data for one type
  * struct iwl_fw_error_dump_data - data for one type
  * @type: %enum iwl_fw_error_dump_type
  * @type: %enum iwl_fw_error_dump_type
- * @len: the length starting from %data - must be a multiplier of 4.
- * @data: the data itself padded to be a multiplier of 4.
+ * @len: the length starting from %data
+ * @data: the data itself
  */
  */
 struct iwl_fw_error_dump_data {
 struct iwl_fw_error_dump_data {
 	__le32 type;
 	__le32 type;