[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200628213912.116330-1-colton.w.lewis@protonmail.com>
Date: Sun, 28 Jun 2020 21:39:32 +0000
From: Colton Lewis <colton.w.lewis@...tonmail.com>
To: linux@...linux.org.uk
Cc: netdev@...r.kernel.org,
Colton Lewis <colton.w.lewis@...tonmail.com>
Subject: [PATCH v4 1/2] net: core: correct trivial kernel-doc inconsistencies
Silence documentation build warnings by correcting kernel-doc comments.
./net/core/dev.c:7913: warning: Function parameter or member 'dev' not described in 'netdev_get_xmit_slave'
Signed-off-by: Colton Lewis <colton.w.lewis@...tonmail.com>
---
net/core/dev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/core/dev.c b/net/core/dev.c
index 6bc2388141f6..cf20d286abfc 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -7898,6 +7898,7 @@ EXPORT_SYMBOL(netdev_bonding_info_change);
/**
* netdev_get_xmit_slave - Get the xmit slave of master device
+ * @dev: The device
* @skb: The packet
* @all_slaves: assume all the slaves are active
*
--
2.26.2
Powered by blists - more mailing lists