aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2024-01-23 05:11:52 +0000
committerJakub Kicinski <[email protected]>2024-01-25 01:48:29 +0000
commit5ca1a5153a28dc8bcfeeafa983915b76af457929 (patch)
treed005f1835966032c4c862c2a7f720db98bf570e0 /net/tipc/node.c
parenttipc: socket: remove Excess struct member kernel-doc warning (diff)
downloadkernel-5ca1a5153a28dc8bcfeeafa983915b76af457929.tar.gz
kernel-5ca1a5153a28dc8bcfeeafa983915b76af457929.zip
tipc: node: remove Excess struct member kernel-doc warnings
Remove 2 kernel-doc descriptions to squelch warnings: node.c:150: warning: Excess struct member 'inputq' description in 'tipc_node' node.c:150: warning: Excess struct member 'namedq' description in 'tipc_node' Signed-off-by: Randy Dunlap <[email protected]> Cc: Jon Maloy <[email protected]> Cc: Ying Xue <[email protected]> Cc: Jonathan Corbet <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r--net/tipc/node.c2
1 files changed, 0 insertions, 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