]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: thermal: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:41:00 +0000 (14:41 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:06 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/thermal/thermal-uclass.c

index f0fe912e31314c6e7a574a68cd2554c8c4a5ed53..c61e6c3ee0ea01dd39443e71207b6c31aed275d6 100644 (file)
@@ -13,7 +13,6 @@
 #include <asm/io.h>
 #include <linux/list.h>
 
-
 int thermal_get_temp(struct udevice *dev, int *temp)
 {
        const struct dm_thermal_ops *ops = device_get_ops(dev);