From: Michal Simek Date: Tue, 9 Jan 2018 13:21:48 +0000 (+0100) Subject: arm64: zynqmp: Remove whitespaces in psu_init() comment X-Git-Tag: v2018.03-rc2~60^2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7109930a70da34677fea382cbe062b29b025e208;p=oweals%2Fu-boot.git arm64: zynqmp: Remove whitespaces in psu_init() comment Remove additional spaces before comment. Signed-off-by: Michal Simek --- 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