Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 162bb59e authored by Giel van Schijndel's avatar Giel van Schijndel Committed by Jean Delvare
Browse files

hwmon: (f71882fg) Fixed braces coding style issues



Fixed several coding style issues.

Signed-off-by: default avatarGiel van Schijndel <me@mortis.eu>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 10f2ed31
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -2151,8 +2151,7 @@ static int __init f71882fg_find(int sioaddr, unsigned short *address,
	}

	*address = superio_inw(sioaddr, SIO_REG_ADDR);
	if (*address == 0)
	{
	if (*address == 0) {
		printk(KERN_WARNING DRVNAME ": Base address not set\n");
		goto exit;
	}