mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
47e4bb147a
commit
2576477929
2 changed files with 2 additions and 2 deletions
|
@ -2544,7 +2544,7 @@ void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win)
|
|||
}
|
||||
|
||||
/**
|
||||
* link_reset_stats - reset link statistics
|
||||
* tipc_link_reset_stats - reset link statistics
|
||||
* @l: pointer to link
|
||||
*/
|
||||
void tipc_link_reset_stats(struct tipc_link *l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue