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

Michal Simek michal.simek at xilinx.com
Wed Jan 10 15:36:29 UTC 2018


Remove additional spaces before comment.

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

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

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
-- 
1.9.1



More information about the U-Boot mailing list