All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] netdevice: add missing dm_private kdoc
@ 2022-03-22  5:10 Jakub Kicinski
  2022-03-22 11:18 ` Eric Dumazet
  2022-03-22 12:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jakub Kicinski @ 2022-03-22  5:10 UTC (permalink / raw)
  To: davem; +Cc: edumazet, netdev, Jakub Kicinski

Building htmldocs complains:
  include/linux/netdevice.h:2295: warning: Function parameter or member 'dm_private' not described in 'net_device'

Fixes: b26ef81c46ed ("drop_monitor: remove quadratic behavior")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
 include/linux/netdevice.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index e01a8ce7181f..cd7a597c55b1 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1899,6 +1899,8 @@ enum netdev_ml_priv_type {
  *	@garp_port:	GARP
  *	@mrp_port:	MRP
  *
+ *	@dm_private:	Drop monitor private
+ *
  *	@dev:		Class/net/name entry
  *	@sysfs_groups:	Space for optional device, statistics and wireless
  *			sysfs groups
-- 
2.34.1


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

* Re: [PATCH net-next] netdevice: add missing dm_private kdoc
  2022-03-22  5:10 [PATCH net-next] netdevice: add missing dm_private kdoc Jakub Kicinski
@ 2022-03-22 11:18 ` Eric Dumazet
  2022-03-22 12:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Dumazet @ 2022-03-22 11:18 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: David Miller, netdev

On Mon, Mar 21, 2022 at 10:11 PM Jakub Kicinski <kuba@kernel.org> wrote:
>
> Building htmldocs complains:
>   include/linux/netdevice.h:2295: warning: Function parameter or member 'dm_private' not described in 'net_device'
>
> Fixes: b26ef81c46ed ("drop_monitor: remove quadratic behavior")
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---

Oh right, I think one bot complained about this, thanks !
Reviewed-by: Eric Dumazet <edumazet@google.com>

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

* Re: [PATCH net-next] netdevice: add missing dm_private kdoc
  2022-03-22  5:10 [PATCH net-next] netdevice: add missing dm_private kdoc Jakub Kicinski
  2022-03-22 11:18 ` Eric Dumazet
@ 2022-03-22 12:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-22 12:20 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: davem, edumazet, netdev

Hello:

This patch was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 21 Mar 2022 22:10:53 -0700 you wrote:
> Building htmldocs complains:
>   include/linux/netdevice.h:2295: warning: Function parameter or member 'dm_private' not described in 'net_device'
> 
> Fixes: b26ef81c46ed ("drop_monitor: remove quadratic behavior")
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
>  include/linux/netdevice.h | 2 ++
>  1 file changed, 2 insertions(+)

Here is the summary with links:
  - [net-next] netdevice: add missing dm_private kdoc
    https://git.kernel.org/netdev/net-next/c/4a0cb83ba6e0

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:[~2022-03-22 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22  5:10 [PATCH net-next] netdevice: add missing dm_private kdoc Jakub Kicinski
2022-03-22 11:18 ` Eric Dumazet
2022-03-22 12:20 ` 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.