* [PATCH v2 net-next] net: rtnetlink: fix typo in rtnl_unregister_all() comment
@ 2025-09-29 8:54 Alok Tiwari
2025-09-30 1:50 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Alok Tiwari @ 2025-09-29 8:54 UTC (permalink / raw)
To: kuniyu, sdf, davem, edumazet, kuba, pabeni, horms, netdev; +Cc: alok.a.tiwari
Corrected "rtnl_unregster()" -> "rtnl_unregister()" in the
documentation comment of "rtnl_unregister_all()"
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Simon Horman <horms@kernel.org>
---
v1 -> v2
Drop change for "bugwards compatibility" as Jakub comment.
Added Reviewed-by: Simon Horman
Rephrase commit subject
https://lore.kernel.org/all/20250913105728.3988422-1-alok.a.tiwari@oracle.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 d9e68ca84926..8040ff7c356e 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -478,7 +478,7 @@ static int rtnl_unregister(int protocol, int msgtype)
* rtnl_unregister_all - Unregister all rtnetlink message type of a protocol
* @protocol : Protocol family or PF_UNSPEC
*
- * Identical to calling rtnl_unregster() for all registered message types
+ * Identical to calling rtnl_unregister() for all registered message types
* of a certain protocol family.
*/
void rtnl_unregister_all(int protocol)
--
2.50.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 net-next] net: rtnetlink: fix typo in rtnl_unregister_all() comment
2025-09-29 8:54 [PATCH v2 net-next] net: rtnetlink: fix typo in rtnl_unregister_all() comment Alok Tiwari
@ 2025-09-30 1:50 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-30 1:50 UTC (permalink / raw)
To: Alok Tiwari; +Cc: kuniyu, sdf, davem, edumazet, kuba, pabeni, horms, netdev
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 29 Sep 2025 01:54:12 -0700 you wrote:
> Corrected "rtnl_unregster()" -> "rtnl_unregister()" in the
> documentation comment of "rtnl_unregister_all()"
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
> Reviewed-by: Simon Horman <horms@kernel.org>
> ---
> v1 -> v2
> Drop change for "bugwards compatibility" as Jakub comment.
> Added Reviewed-by: Simon Horman
> Rephrase commit subject
> https://lore.kernel.org/all/20250913105728.3988422-1-alok.a.tiwari@oracle.com/
>
> [...]
Here is the summary with links:
- [v2,net-next] net: rtnetlink: fix typo in rtnl_unregister_all() comment
https://git.kernel.org/netdev/net-next/c/4ed9db2dc5d8
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] 2+ messages in thread
end of thread, other threads:[~2025-09-30 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-29 8:54 [PATCH v2 net-next] net: rtnetlink: fix typo in rtnl_unregister_all() comment Alok Tiwari
2025-09-30 1:50 ` patchwork-bot+netdevbpf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.