ARM: renesas: whitehawk: Drop extra leading space

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>
This commit is contained in:
Marek Vasut 2024-01-21 18:33:12 +01:00
parent e12337915c
commit 8a725c6106

View 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 */