From e8679cbd0cb2d37f28f10eff3e93346e1932b13b Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sat, 30 Jun 2012 10:33:20 -0700 Subject: [PATCH] cosmetic: Formatting change Signed-off-by: Guenter Roeck --- nct6775.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nct6775.c b/nct6775.c index a4d37ba..abd624b 100644 --- a/nct6775.c +++ b/nct6775.c @@ -123,7 +123,7 @@ superio_enter(int ioreg) /* * Try to reserve and for exclusive access. */ - if (!request_muxed_region(ioreg, 2, DRVNAME)) + if (!request_muxed_region(ioreg, 2, DRVNAME)) return -EBUSY; outb(0x87, ioreg); -- 2.39.5