]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlwifi: fix a kernel-doc tag
authorJohannes Berg <johannes.berg@intel.com>
Thu, 30 Mar 2017 12:21:54 +0000 (14:21 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Jun 2017 20:34:27 +0000 (23:34 +0300)
The kernel-doc here is on an enum, so don't tag it as struct
but correctly as enum instead, preventing an error.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-trans.h

index d3a78a11821a45e3b6bb36ef5afe78658c5c9289..63e4857718c7c397a3166a75b79e5a43d4a064ce 100644 (file)
@@ -308,7 +308,7 @@ struct iwl_device_cmd {
 #define IWL_MAX_CMD_TBS_PER_TFD        2
 
 /**
- * struct iwl_hcmd_dataflag - flag for each one of the chunks of the command
+ * enum iwl_hcmd_dataflag - flag for each one of the chunks of the command
  *
  * @IWL_HCMD_DFL_NOCOPY: By default, the command is copied to the host command's
  *     ring. The transport layer doesn't map the command's buffer to DMA, but