Commit 4bbd026c authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

net: bridge: delete duplicated words

Drop repeated words in net/bridge/.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Roopa Prabhu <roopa@nvidia.com>
Cc: Nikolay Aleksandrov <nikolay@nvidia.com>
Cc: bridge@lists.linux-foundation.org
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 563f63e3
...@@ -103,7 +103,7 @@ static int add_del_if(struct net_bridge *br, int ifindex, int isadd) ...@@ -103,7 +103,7 @@ static int add_del_if(struct net_bridge *br, int ifindex, int isadd)
/* /*
* Legacy ioctl's through SIOCDEVPRIVATE * Legacy ioctl's through SIOCDEVPRIVATE
* This interface is deprecated because it was too difficult to * This interface is deprecated because it was too difficult
* to do the translation for 32/64bit ioctl compatibility. * to do the translation for 32/64bit ioctl compatibility.
*/ */
static int old_dev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) static int old_dev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
......
...@@ -140,7 +140,7 @@ static int __vlan_vid_del(struct net_device *dev, struct net_bridge *br, ...@@ -140,7 +140,7 @@ static int __vlan_vid_del(struct net_device *dev, struct net_bridge *br,
return err == -EOPNOTSUPP ? 0 : err; return err == -EOPNOTSUPP ? 0 : err;
} }
/* Returns a master vlan, if it didn't exist it gets created. In all cases a /* Returns a master vlan, if it didn't exist it gets created. In all cases
* a reference is taken to the master vlan before returning. * a reference is taken to the master vlan before returning.
*/ */
static struct net_bridge_vlan * static struct net_bridge_vlan *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment