[PATCH] 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 --- Cc: Paul Barker paul.barker.ct@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 */

On 21/01/2024 17:33, Marek Vasut wrote:
Drop leading space in front of a comment. No functional change.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org
Cc: Paul Barker paul.barker.ct@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 */
Simple enough.
Reviewed-by: Paul Barker paul.barker.ct@bp.renesas.com
participants (2)
-
Marek Vasut
-
Paul Barker