netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Removed inputq,namedq field description to prevent kernel doc warnings.
@ 2024-03-03 14:39 R SUNDAR
  2024-03-03 16:41 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: R SUNDAR @ 2024-03-03 14:39 UTC (permalink / raw)
  To: jmaloy, ying.xue, davem, edumazet, kuba, pabeni
  Cc: netdev, tipc-discussion, linux-kernel, R SUNDAR

./net/tipc/node.c:150: warning: Excess struct member 'inputq' description in 'tipc_node'
./net/tipc/node.c:150: warning: Excess struct member 'namedq' description in 'tipc_node'

Signed-off-by: R SUNDAR <prosunofficial@gmail.com>
---
 net/tipc/node.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net/tipc/node.c b/net/tipc/node.c
index 3105abe97bb9..c1e890a82434 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -86,8 +86,6 @@ struct tipc_bclink_entry {
  * @lock: rwlock governing access to structure
  * @net: the applicable net namespace
  * @hash: links to adjacent nodes in unsorted hash chain
- * @inputq: pointer to input queue containing messages for msg event
- * @namedq: pointer to name table input queue with name table messages
  * @active_links: bearer ids of active links, used as index into links[] array
  * @links: array containing references to all links to node
  * @bc_entry: broadcast link entry
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-04 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 14:39 [PATCH] Removed inputq,namedq field description to prevent kernel doc warnings R SUNDAR
2024-03-03 16:41 ` Randy Dunlap
2024-03-04 17:32   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).