提交 80cba44f 编写于 作者: J Johannes Berg 提交者: Kalle Valo

iwlwifi: mvm: add missing min_size to kernel-doc

On struct iwl_rx_handlers we should document the min_size
member, do that.
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: NKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/iwlwifi.20211219110000.0c42c428bc6b.I8bfa49d534acc5f513f2fb3dff2d6f22f6c45071@changeid
上级 991bbbec
...@@ -257,6 +257,7 @@ enum iwl_rx_handler_context { ...@@ -257,6 +257,7 @@ enum iwl_rx_handler_context {
/** /**
* struct iwl_rx_handlers handler for FW notification * struct iwl_rx_handlers handler for FW notification
* @cmd_id: command id * @cmd_id: command id
* @min_size: minimum size to expect for the notification
* @context: see &iwl_rx_handler_context * @context: see &iwl_rx_handler_context
* @fn: the function is called when notification is received * @fn: the function is called when notification is received
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册