generic: b53: remove empty spaces

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35722 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jonas Gorski 2013-02-21 11:45:36 +00:00
parent db8c32d235
commit 1dc038ecb4
1 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ static void b53_enable_ports(struct b53_device *dev)
u8 port_ctrl;
u16 pvlan_mask;
/*
/*
* prevent leaking packets between wan and lan in unmanaged
* mode through port vlans.
*/
@ -371,7 +371,7 @@ static void b53_enable_ports(struct b53_device *dev)
else if (is531x5(dev))
/* BCM53115 may use a different port as cpu port */
pvlan_mask = BIT(dev->sw_dev.cpu_port);
else
else
pvlan_mask = BIT(B53_CPU_PORT);
/* BCM5325 CPU port is at 8 */