[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200621022209.11814-3-colton.w.lewis@protonmail.com>
Date: Sun, 21 Jun 2020 02:22:52 +0000
From: Colton Lewis <colton.w.lewis@...tonmail.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
Colton Lewis <colton.w.lewis@...tonmail.com>
Subject: [PATCH 2/3] net: core: correct trivial kernel-doc inconsistencies
Silence documentation build warnings by correcting kernel-doc comments.
./include/linux/netdevice.h:2138: warning: Function parameter or member 'napi_defer_hard_irqs' not described in 'net_device'
Signed-off-by: Colton Lewis <colton.w.lewis@...tonmail.com>
---
include/linux/netdevice.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 6fc613ed8eae..515791a9b299 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1742,6 +1742,7 @@ enum netdev_priv_flags {
* @real_num_rx_queues: Number of RX queues currently active in device
* @xdp_prog: XDP sockets filter program pointer
* @gro_flush_timeout: timeout for GRO layer in NAPI
+ * @napi_defer_hard_irqs: count of deferred hardware interrupt requests
*
* @rx_handler: handler for received packets
* @rx_handler_data: XXX: need comments on this one
--
2.26.2
Powered by blists - more mailing lists