net: bridge: delete duplicated words
Drop repeated words in net/bridge/. Signed-off-by: Randy 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: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
563f63e396
commit
4bbd026cb9
|
@ -103,7 +103,7 @@ static int add_del_if(struct net_bridge *br, int ifindex, int isadd)
|
|||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
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,
|
|||
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.
|
||||
*/
|
||||
static struct net_bridge_vlan *
|
||||
|
|
Loading…
Reference in New Issue