]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: renesas: whitehawk: Drop extra leading space
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 21 Jan 2024 17:33:12 +0000 (18:33 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 27 Jan 2024 19:17:04 +0000 (20:17 +0100)
Drop leading space in front of a comment. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
board/renesas/whitehawk/whitehawk.c

index 3423ebd2995c366828b6b5201a8e16d56a86f6ad..a72f5e0a7a546563450c1067073edea0acf888bd 100644 (file)
@@ -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 */