* [PATCH v1 net-next] rtnetlink: Fix kdoc of rtnl_af_register().
@ 2024-10-22 21:03 Kuniyuki Iwashima
2024-10-24 11:02 ` Simon Horman
2024-10-29 18:50 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Kuniyuki Iwashima @ 2024-10-22 21:03 UTC (permalink / raw)
To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: Kuniyuki Iwashima, Kuniyuki Iwashima, netdev
The cited commit made rtnl_af_register() return int again,
and kdoc needs to be fixed up.
Fixes: 26eebdc4b005 ("rtnetlink: Return int from rtnl_af_register().")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
---
net/core/rtnetlink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
index dda8230fdfd4..b70f90b98714 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -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)
{
--
2.39.5 (Apple Git-154)
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v1 net-next] rtnetlink: Fix kdoc of rtnl_af_register().
2024-10-22 21:03 [PATCH v1 net-next] rtnetlink: Fix kdoc of rtnl_af_register() Kuniyuki Iwashima
@ 2024-10-24 11:02 ` Simon Horman
2024-10-29 18:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-10-24 11:02 UTC (permalink / raw)
To: Kuniyuki Iwashima
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Kuniyuki Iwashima, netdev
On Tue, Oct 22, 2024 at 02:03:20PM -0700, Kuniyuki Iwashima wrote:
> The cited commit made rtnl_af_register() return int again,
> and kdoc needs to be fixed up.
>
> Fixes: 26eebdc4b005 ("rtnetlink: Return int from rtnl_af_register().")
> Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v1 net-next] rtnetlink: Fix kdoc of rtnl_af_register().
2024-10-22 21:03 [PATCH v1 net-next] rtnetlink: Fix kdoc of rtnl_af_register() Kuniyuki Iwashima
2024-10-24 11:02 ` Simon Horman
@ 2024-10-29 18:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-29 18:50 UTC (permalink / raw)
To: Kuniyuki Iwashima; +Cc: davem, edumazet, kuba, pabeni, kuni1840, netdev
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 22 Oct 2024 14:03:20 -0700 you wrote:
> The cited commit made rtnl_af_register() return int again,
> and kdoc needs to be fixed up.
>
> Fixes: 26eebdc4b005 ("rtnetlink: Return int from rtnl_af_register().")
> Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
> ---
> net/core/rtnetlink.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [v1,net-next] rtnetlink: Fix kdoc of rtnl_af_register().
https://git.kernel.org/netdev/net-next/c/bdd85ddce5a9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-29 18:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 21:03 [PATCH v1 net-next] rtnetlink: Fix kdoc of rtnl_af_register() Kuniyuki Iwashima
2024-10-24 11:02 ` Simon Horman
2024-10-29 18:50 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).