netdevice.h: remove iflink description
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 7 Apr 2015 10:10:16 +0000 (12:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Apr 2015 21:30:45 +0000 (17:30 -0400)
Also move 'group' description to match the order of the net_device structure.

Fixes: 7a66bbc96ce9 ("net: remove iflink field from struct net_device")
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index 45823db2efb044ab1fd21aabc384481deb25fe63..bf6d9df34d7b24755220841d45fc01c648ef7c02 100644 (file)
@@ -1328,7 +1328,7 @@ enum netdev_priv_flags {
  *     @mpls_features: Mask of features inheritable by MPLS
  *
  *     @ifindex:       interface index
- *     @iflink:        unique device identifier
+ *     @group:         The group, that the device belongs to
  *
  *     @stats:         Statistics struct, which was left as a legacy, use
  *                     rtnl_link_stats64 instead
@@ -1488,7 +1488,6 @@ enum netdev_priv_flags {
  *
  *     @qdisc_tx_busylock:     XXX: need comments on this one
  *
- *     @group:         The group, that the device belongs to
  *     @pm_qos_req:    Power Management QoS object
  *
  *     FIXME: cleanup struct net_device such that network protocol info
This page took 0.027716 seconds and 5 git commands to generate.