summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2019-01-20 09:23:52 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-21 09:56:50 +0100
commit167c14cc36e00314341492941b3d41506b53bf22 (patch)
tree2a5ddc44f6ee8cee018db66994e91448ba4f4889 /arch/arm/mach-mvebu
parent80e383ce60db5b898d268c4ba141fd12e6787b53 (diff)
downloadbarebox-167c14cc36e00314341492941b3d41506b53bf22.tar.gz
barebox-167c14cc36e00314341492941b3d41506b53bf22.tar.xz
treewide: Remove trailing whitespaces and tabs
Just a cleanup over barebox tree Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/armada-370-xp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/armada-370-xp.c b/arch/arm/mach-mvebu/armada-370-xp.c
index 0612830025..2589f4fe72 100644
--- a/arch/arm/mach-mvebu/armada-370-xp.c
+++ b/arch/arm/mach-mvebu/armada-370-xp.c
@@ -105,12 +105,12 @@ static void setup_usb_phys(void)
/* Power up PLL and PHY channel */
setbits_le32(MV_USB_PHY_PLL_REG(2), BIT(9));
-
+
/* Assert VCOCAL_START */
setbits_le32(MV_USB_PHY_PLL_REG(1), BIT(21));
-
+
mdelay(1);
-
+
/*
* USB PHY init (change from defaults) specific for 40nm (78X30 78X60)
*/