aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2021-01-14 08:04:48 +0000
committerJakub Kicinski <[email protected]>2021-01-14 18:30:24 +0000
commit25764779298f23a659f3daf39f9e2b5975a7a89d (patch)
tree6c874c834e809fd33a52d80775bbb82d2c034e7e /net/tipc/node.c
parentnet: sit: unregister_netdevice on newlink's error path (diff)
downloadkernel-25764779298f23a659f3daf39f9e2b5975a7a89d.tar.gz
kernel-25764779298f23a659f3daf39f9e2b5975a7a89d.zip
net: tip: fix a couple kernel-doc markups
A function has a different name between their prototype and its kernel-doc markup: ../net/tipc/link.c:2551: warning: expecting prototype for link_reset_stats(). Prototype was for tipc_link_reset_stats() instead ../net/tipc/node.c:1678: warning: expecting prototype for is the general link level function for message sending(). Prototype was for tipc_node_xmit() instead Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Jon Maloy <[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, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 83d9eb830592..008670d1f43e 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -1665,7 +1665,7 @@ static void tipc_lxc_xmit(struct net *peer_net, struct sk_buff_head *list)
}
/**
- * tipc_node_xmit() is the general link level function for message sending
+ * tipc_node_xmit() - general link level function for message sending
* @net: the applicable net namespace
* @list: chain of buffers containing message
* @dnode: address of destination node