From: Marek Vasut Date: Sat, 20 Jul 2024 12:41:00 +0000 (+0200) Subject: drivers: thermal: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=0b9377abbf4ec0025ec4b1022b9b8abb43c47208;p=u-boot.git drivers: thermal: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/drivers/thermal/thermal-uclass.c b/drivers/thermal/thermal-uclass.c index f0fe912e31..c61e6c3ee0 100644 --- a/drivers/thermal/thermal-uclass.c +++ b/drivers/thermal/thermal-uclass.c @@ -13,7 +13,6 @@ #include #include - int thermal_get_temp(struct udevice *dev, int *temp) { const struct dm_thermal_ops *ops = device_get_ops(dev);