diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2013-03-27 06:54:00 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-27 14:06:41 -0400 |
commit | 24f11a5cf538a8fcc10d61f457e9a2094fb965b4 (patch) | |
tree | 950cfd826b3be166972cda88adbed56a638eaa33 /include/linux/netdevice.h | |
parent | 715230a44310a8cf66fbfb5a46f9a62a9b2de424 (diff) | |
download | blackbird-obmc-linux-24f11a5cf538a8fcc10d61f457e9a2094fb965b4.tar.gz blackbird-obmc-linux-24f11a5cf538a8fcc10d61f457e9a2094fb965b4.zip |
line up comment for ndo_bridge_getlink
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index b3d00fa4b314..8bfa95600e48 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -895,7 +895,7 @@ struct netdev_fcoe_hbainfo { * * int (*ndo_bridge_setlink)(struct net_device *dev, struct nlmsghdr *nlh) * int (*ndo_bridge_getlink)(struct sk_buff *skb, u32 pid, u32 seq, - * struct net_device *dev) + * struct net_device *dev, u32 filter_mask) * * int (*ndo_change_carrier)(struct net_device *dev, bool new_carrier); * Called to change device carrier. Soft-devices (like dummy, team, etc) |