public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3] net: Fix documentation for unregister_netdevice_notifier_net
@ 2022-12-18 13:09 Miaoqian Lin
  2022-12-19 10:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Miaoqian Lin @ 2022-12-18 13:09 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Sebastian Andrzej Siewior, Menglong Dong, Kuniyuki Iwashima,
	Petr Machata, netdev, linux-kernel
  Cc: linmq006

unregister_netdevice_notifier_net() is used for unregister a notifier
registered by register_netdevice_notifier_net(). Also s/into/from/.

Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
---
changes in v2:
- s/into/from/ as pointed out by Petr Machata.
changes in v3:
- remove fixes tag as pointed out by Jiri Pirko.
---
 net/core/dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index b76fb37b381e..cf78f35bc0b9 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1840,7 +1840,7 @@ EXPORT_SYMBOL(register_netdevice_notifier_net);
  * @nb: notifier
  *
  * Unregister a notifier previously registered by
- * register_netdevice_notifier(). The notifier is unlinked into the
+ * register_netdevice_notifier_net(). The notifier is unlinked from the
  * kernel structures and may then be reused. A negative errno code
  * is returned on a failure.
  *
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next v3] net: Fix documentation for unregister_netdevice_notifier_net
  2022-12-18 13:09 [PATCH net-next v3] net: Fix documentation for unregister_netdevice_notifier_net Miaoqian Lin
@ 2022-12-19 10:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-12-19 10:50 UTC (permalink / raw)
  To: Miaoqian Lin
  Cc: davem, edumazet, kuba, pabeni, bigeasy, imagedong, kuniyu, petrm,
	netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sun, 18 Dec 2022 17:09:54 +0400 you wrote:
> unregister_netdevice_notifier_net() is used for unregister a notifier
> registered by register_netdevice_notifier_net(). Also s/into/from/.
> 
> Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
> ---
> changes in v2:
> - s/into/from/ as pointed out by Petr Machata.
> changes in v3:
> - remove fixes tag as pointed out by Jiri Pirko.
> 
> [...]

Here is the summary with links:
  - [net-next,v3] net: Fix documentation for unregister_netdevice_notifier_net
    https://git.kernel.org/netdev/net-next/c/9054b41c4e1b

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:[~2022-12-19 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18 13:09 [PATCH net-next v3] net: Fix documentation for unregister_netdevice_notifier_net Miaoqian Lin
2022-12-19 10: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