diff mbox series

[U-Boot,1/2] arm64: zynqmp: Remove whitespaces in psu_init() comment

Message ID 670b517e5b87d597792f0a3ebd17c315f923b140.1515598586.git.michal.simek@xilinx.com
State Accepted
Commit 7109930a70da34677fea382cbe062b29b025e208
Delegated to: Michal Simek
Headers show
Series [U-Boot,1/2] arm64: zynqmp: Remove whitespaces in psu_init() comment | expand

Commit Message

Michal Simek Jan. 10, 2018, 3:36 p.m. UTC
Remove additional spaces before comment.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/cpu/armv8/zynqmp/spl.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/cpu/armv8/zynqmp/spl.c b/arch/arm/cpu/armv8/zynqmp/spl.c
index 41b0070a5e1a..e51e2b615679 100644
--- a/arch/arm/cpu/armv8/zynqmp/spl.c
+++ b/arch/arm/cpu/armv8/zynqmp/spl.c
@@ -131,10 +131,10 @@  u32 spl_boot_mode(const u32 boot_device)
 
 __weak void psu_init(void)
 {
-	 /*
-	  * This function is overridden by the one in
-	  * board/xilinx/zynqmp/(platform)/psu_init_gpl.c, if it exists.
-	  */
+	/*
+	 * This function is overridden by the one in
+	 * board/xilinx/zynqmp/(platform)/psu_init_gpl.c, if it exists.
+	 */
 }
 
 #ifdef CONFIG_SPL_OS_BOOT