drivers: thermal: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut 2024-07-20 14:41:00 +02:00 committed by Tom Rini
parent c77c054aa5
commit 0b9377abbf

View 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);