]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
aspeed/wdt: Fix coding style
authorJamin Lin <jamin_lin@aspeedtech.com>
Fri, 24 Jan 2025 03:02:48 +0000 (11:02 +0800)
committerCédric Le Goater <clg@redhat.com>
Mon, 27 Jan 2025 08:38:15 +0000 (09:38 +0100)
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>
hw/watchdog/wdt_aspeed.c

index 81f5c5189a3fcd2966bfdbff272e44bf45035564..22e94e7b9c99923fb07129cfe7bb2a6c6db55655 100644 (file)
@@ -278,7 +278,8 @@ static void aspeed_wdt_realize(DeviceState *dev, Error **errp)
 
     s->timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, aspeed_wdt_timer_expired, dev);
 
-    /* FIXME: This setting should be derived from the SCU hw strapping
+    /*
+     * FIXME: This setting should be derived from the SCU hw strapping
      * register SCU70
      */
     s->pclk_freq = PCLK_HZ;