projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991bbbe
)
iwlwifi: mvm: add missing min_size to kernel-doc
author
Johannes Berg
<johannes.berg@intel.com>
Sun, 19 Dec 2021 09:01:26 +0000
(11:01 +0200)
committer
Kalle Valo
<kvalo@kernel.org>
Mon, 20 Dec 2021 18:41:29 +0000
(20:41 +0200)
On struct iwl_rx_handlers we should document the min_size
member, do that.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link:
https://lore.kernel.org/r/iwlwifi.20211219110000.0c42c428bc6b.I8bfa49d534acc5f513f2fb3dff2d6f22f6c45071@changeid
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
index f12e571d3581a7238b564a9fbb4631bae5b33e2b..9bd869b8a974ad5063e475cdd348c142c9af8640 100644
(file)
--- a/
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
+++ b/
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
@@
-257,6
+257,7
@@
enum iwl_rx_handler_context {
/**
* struct iwl_rx_handlers handler for FW notification
* @cmd_id: command id
+ * @min_size: minimum size to expect for the notification
* @context: see &iwl_rx_handler_context
* @fn: the function is called when notification is received
*/