Netdev Archive on lore.kernel.org help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org> To: "netdev@vger.kernel.org" <netdev@vger.kernel.org>, David Miller <davem@davemloft.net>, Roopa Prabhu <roopa@cumulusnetworks.com>, Jakub Kicinski <kuba@kernel.org> Subject: [PATCH net] netdevice.h: fix proto_down_reason kernel-doc warning Date: Sun, 6 Sep 2020 20:31:16 -0700 [thread overview] Message-ID: <7275c711-b313-b78c-bea5-e836f323b0ef@infradead.org> (raw) From: Randy Dunlap <rdunlap@infradead.org> Fix kernel-doc warning in <linux/netdevice.h>: ../include/linux/netdevice.h:2158: warning: Function parameter or member 'proto_down_reason' not described in 'net_device' Fixes: 829eb208e80d ("rtnetlink: add support for protodown reason") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Roopa Prabhu <roopa@cumulusnetworks.com> --- include/linux/netdevice.h | 1 + 1 file changed, 1 insertion(+) --- lnx-59-rc4.orig/include/linux/netdevice.h +++ lnx-59-rc4/include/linux/netdevice.h @@ -1784,6 +1784,7 @@ enum netdev_priv_flags { * the watchdog (see dev_watchdog()) * @watchdog_timer: List of timers * + * @proto_down_reason: reason a netdev interface is held down * @pcpu_refcnt: Number of references to this device * @todo_list: Delayed register/unregister * @link_watch_list: XXX: need comments on this one
next reply other threads:[~2020-09-07 3:31 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-07 3:31 Randy Dunlap [this message] 2020-09-07 6:02 ` [PATCH net] netdevice.h: fix proto_down_reason kernel-doc warning Roopa Prabhu 2020-09-07 19:49 ` Jakub Kicinski 2020-09-07 19:57 ` Randy Dunlap
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=7275c711-b313-b78c-bea5-e836f323b0ef@infradead.org \ --to=rdunlap@infradead.org \ --cc=davem@davemloft.net \ --cc=kuba@kernel.org \ --cc=netdev@vger.kernel.org \ --cc=roopa@cumulusnetworks.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).