mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 19:02:48 +00:00
rtnetlink: Fix kdoc of rtnl_af_register().
Commit 26eebdc4b0 ("rtnetlink: Return int from rtnl_af_register().")
made rtnl_af_register() return int again, and kdoc needs to be fixed up.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241022210320.86111-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
25c509f483
commit
bdd85ddce5
@ -708,7 +708,7 @@ static void rtnl_af_put(struct rtnl_af_ops *ops, int srcu_index)
|
||||
* rtnl_af_register - Register rtnl_af_ops with rtnetlink.
|
||||
* @ops: struct rtnl_af_ops * to register
|
||||
*
|
||||
* Returns 0 on success or a negative error code.
|
||||
* Return: 0 on success or a negative error code.
|
||||
*/
|
||||
int rtnl_af_register(struct rtnl_af_ops *ops)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user