diff mbox series

[net-next] netdevice: add missing dm_private kdoc

Message ID 20220322051053.1883186-1-kuba@kernel.org (mailing list archive)
State Accepted
Commit 4a0cb83ba6e0cd73a50fa4f84736846bf0029f2b
Delegated to: Netdev Maintainers
Headers show
Series [net-next] netdevice: add missing dm_private kdoc | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 4777 this patch: 4777
netdev/cc_maintainers warning 1 maintainers not CCed: pabeni@redhat.com
netdev/build_clang success Errors and warnings before: 814 this patch: 814
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 4932 this patch: 4932
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 1 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Jakub Kicinski March 22, 2022, 5:10 a.m. UTC
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(+)

Comments

Eric Dumazet March 22, 2022, 11:18 a.m. UTC | #1
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>
patchwork-bot+netdevbpf@kernel.org March 22, 2022, 12:20 p.m. UTC | #2
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!
diff mbox series

Patch

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