Skip to content

Commit 668f29e

Browse files
jamin-aspeedlegoater
authored andcommitted
aspeed/wdt: Fix coding style
Fix coding style issues from checkpatch.pl. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250124030249.1706996-2-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
1 parent e908584 commit 668f29e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hw/watchdog/wdt_aspeed.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ static void aspeed_wdt_realize(DeviceState *dev, Error **errp)
278278

279279
s->timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, aspeed_wdt_timer_expired, dev);
280280

281-
/* FIXME: This setting should be derived from the SCU hw strapping
281+
/*
282+
* FIXME: This setting should be derived from the SCU hw strapping
282283
* register SCU70
283284
*/
284285
s->pclk_freq = PCLK_HZ;

0 commit comments

Comments
 (0)