netdevice.h: remove iflink description

Also move 'group' description to match the order of the net_device structure.

Fixes: 7a66bbc96c ("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>
This commit is contained in:
Nicolas Dichtel 2015-04-07 12:10:16 +02:00 коммит произвёл David S. Miller
Родитель 26ba9e8c3f
Коммит 388069d302
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1328,7 +1328,7 @@ enum netdev_priv_flags {
* @mpls_features: Mask of features inheritable by MPLS * @mpls_features: Mask of features inheritable by MPLS
* *
* @ifindex: interface index * @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 * @stats: Statistics struct, which was left as a legacy, use
* rtnl_link_stats64 instead * rtnl_link_stats64 instead
@ -1488,7 +1488,6 @@ enum netdev_priv_flags {
* *
* @qdisc_tx_busylock: XXX: need comments on this one * @qdisc_tx_busylock: XXX: need comments on this one
* *
* @group: The group, that the device belongs to
* @pm_qos_req: Power Management QoS object * @pm_qos_req: Power Management QoS object
* *
* FIXME: cleanup struct net_device such that network protocol info * FIXME: cleanup struct net_device such that network protocol info