Drop leading space in front of a comment. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Paul Barker <[email protected]>
---
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