[PATCH] ARM: renesas: whitehawk: Drop extra leading space
Marek Vasut
marek.vasut+renesas at mailbox.org
Sun Jan 21 18:33:12 CET 2024
Drop leading space in front of a comment. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Paul Barker <paul.barker.ct at bp.renesas.com>
---
board/renesas/whitehawk/whitehawk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/renesas/whitehawk/whitehawk.c b/board/renesas/whitehawk/whitehawk.c
index 3423ebd2995..a72f5e0a7a5 100644
--- a/board/renesas/whitehawk/whitehawk.c
+++ b/board/renesas/whitehawk/whitehawk.c
@@ -31,7 +31,7 @@ static void init_generic_timer(void)
static void init_gic_v3(void)
{
- /* GIC v3 power on */
+ /* GIC v3 power on */
writel(BIT(1), GICR_LPI_PWRR);
/* Wait till the WAKER_CA_BIT changes to 0 */
--
2.43.0
More information about the U-Boot
mailing list