]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc779ebc703bebe883c9e418d42a984aa9637e0f
tree6c874c834e809fd33a52d80775bbb82d2c034e7e
parent72060a7cc6c81d1df2d96549b4a988438f65271d
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