From patchwork Sun Sep 20 17:16:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Lunn X-Patchwork-Id: 1367937 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lunn.ch Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BvZ5621Rvz9sSf for ; Mon, 21 Sep 2020 03:17:30 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726387AbgITRRX (ORCPT ); Sun, 20 Sep 2020 13:17:23 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:46140 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726267AbgITRRW (ORCPT ); Sun, 20 Sep 2020 13:17:22 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kK2xi-00FUYd-Md; Sun, 20 Sep 2020 19:17:18 +0200 From: Andrew Lunn To: David Miller Cc: netdev , Florian Fainelli , Heiner Kallweit , Andrew Lunn , Roopa Prabhu Subject: [PATCH net-next 1/5] net: netdevice.h: Document proto_down_reason Date: Sun, 20 Sep 2020 19:16:59 +0200 Message-Id: <20200920171703.3692328-2-andrew@lunn.ch> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200920171703.3692328-1-andrew@lunn.ch> References: <20200920171703.3692328-1-andrew@lunn.ch> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli --- 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