From 23e71c56ba63d7e8e796e2fa17ab1a454650d392 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Thu, 21 Feb 2013 11:45:36 +0000
Subject: [PATCH] generic: b53: remove empty spaces
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

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

SVN-Revision: 35722
---
 target/linux/generic/files/drivers/net/phy/b53/b53_common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
index c1cf513266..923d1555d1 100644
--- a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
+++ b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
@@ -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 */
-- 
2.34.1