Fix the Sphinx warning: ./include/linux/netdevice.h:2162: warning: Function parameter or member 'proto_down_reason' not described in 'net_device'
by adding the needed documentation. Cc: Roopa Prabhu <ro...@cumulusnetworks.com> Signed-off-by: Andrew Lunn <and...@lunn.ch> --- include/linux/netdevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index fef0eb96cf69..9ea53cb92766 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1774,6 +1774,7 @@ enum netdev_priv_flags { * @qdisc_hash: qdisc hash table * @watchdog_timeo: Represents the timeout that is used by * the watchdog (see dev_watchdog()) + * @proto_down_reason: Reason protocol is holding an interface down * @watchdog_timer: List of timers * * @pcpu_refcnt: Number of references to this device -- 2.28.0