From: Michal Simek <michal.simek@xilinx.com>
Date: Tue, 9 Jan 2018 13:21:48 +0000 (+0100)
Subject: arm64: zynqmp: Remove whitespaces in psu_init() comment
X-Git-Tag: v2025.01-rc5-pxa1908~4956^2~19
X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=7109930a70da34677fea382cbe062b29b025e208;p=u-boot.git

arm64: zynqmp: Remove whitespaces in psu_init() comment

Remove additional spaces before comment.

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

diff --git a/arch/arm/cpu/armv8/zynqmp/spl.c b/arch/arm/cpu/armv8/zynqmp/spl.c
index 41b0070a5e..e51e2b6156 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