From patchwork Mon Mar 21 20:58:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis de Bethencourt X-Patchwork-Id: 600345 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3qTSqJ1Glcz9s2k for ; Tue, 22 Mar 2016 07:58:52 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757604AbcCUU6g (ORCPT ); Mon, 21 Mar 2016 16:58:36 -0400 Received: from lists.s-osg.org ([54.187.51.154]:55369 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751100AbcCUU6f (ORCPT ); Mon, 21 Mar 2016 16:58:35 -0400 Received: from snow.seri.co.uk (cpc9-slam5-2-0-cust824.2-4.cable.virginm.net [81.108.163.57]) by lists.s-osg.org (Postfix) with ESMTPSA id AE44F462C1; Mon, 21 Mar 2016 13:58:32 -0700 (PDT) From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Cc: davem@davemloft.net, netdev@vger.kernel.org, benjamin.poirier@gmail.com, Luis de Bethencourt Subject: [PATCH v2] net: add missing descriptions in net_device_priv_flags Date: Mon, 21 Mar 2016 20:58:28 +0000 Message-Id: <1458593908-4295-1-git-send-email-luisbg@osg.samsung.com> X-Mailer: git-send-email 2.5.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The flags IFF_XMIT_DST_RELEASE_PERM, IFF_IPVLAN_MASTER and IFF_IPVLAN_SLAVE are missing descriptions for the Documentation. Adding them. Signed-off-by: Luis de Bethencourt Suggested-by: Benjamin Poirier --- Hi, Changing the description of IFF_XMIT_DST_RELEASE_PERM as suggested by Benjamin and adding him to the Suggested-by for it. https://lkml.org/lkml/2016/3/21/693 Thanks, Luis include/linux/netdevice.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index be693b3..bcca180 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1320,6 +1320,10 @@ struct net_device_ops { * @IFF_LIVE_ADDR_CHANGE: device supports hardware address * change when it's running * @IFF_MACVLAN: Macvlan device + * @IFF_XMIT_DST_RELEASE_PERM: IFF_XMIT_DST_RELEASE not taking into account + * underlying stacked devices + * @IFF_IPVLAN_MASTER: IPvlan master device + * @IFF_IPVLAN_SLAVE: IPvlan slave device * @IFF_L3MDEV_MASTER: device is an L3 master device * @IFF_NO_QUEUE: device can run without qdisc attached * @IFF_OPENVSWITCH: device is a Open vSwitch master