]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/tipc/link.c
net: tip: fix a couple kernel-doc markups
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 14 Jan 2021 08:04:48 +0000 (09:04 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 14 Jan 2021 18:30:24 +0000 (10:30 -0800)
commit25764779298f23a659f3daf39f9e2b5975a7a89d
tree6c874c834e809fd33a52d80775bbb82d2c034e7e
parent47e4bb147a96f1c9b4e7691e7e994e53838bfff8
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 <mchehab+huawei@kernel.org>
Acked-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tipc/link.c
net/tipc/node.c