iwlwifi: remove wrong comment about alignment in iwl-fw-error-dump.h
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 24 Jun 2014 11:34:28 +0000 (14:34 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 6 Jul 2014 08:16:14 +0000 (11:16 +0300)
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>
drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h

index ced5ba95c23d82c1212fb37cbb042faf79323591..9fd860f8287197dc39793affb334a608bd76220c 100644 (file)
@@ -92,8 +92,8 @@ enum iwl_fw_error_dump_type {
 /**
  * struct iwl_fw_error_dump_data - data for one 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 {
        __le32 type;