]> Git Repo - J-linux.git/commitdiff
tipc: node: remove Excess struct member kernel-doc warnings
authorRandy Dunlap <[email protected]>
Tue, 23 Jan 2024 05:11:52 +0000 (21:11 -0800)
committerJakub Kicinski <[email protected]>
Thu, 25 Jan 2024 01:48:29 +0000 (17:48 -0800)
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]>
net/tipc/node.c

index 3105abe97bb9cc64f6f10e9ae3cb670fc0fbcb6e..c1e890a824347833b1d1450ec7948bcafba2bab7 100644 (file)
@@ -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
This page took 0.053614 seconds and 4 git commands to generate.