]> git.sur5r.net Git - groeck-nct6775/commitdiff
cosmetic: Formatting change
authorGuenter Roeck <linux@roeck-us.net>
Sat, 30 Jun 2012 17:33:20 +0000 (10:33 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 30 Jun 2012 17:33:20 +0000 (10:33 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
nct6775.c

index a4d37ba299fcae727518a4b95aa8bac1f9155343..abd624b0f4279cff706803326d14fa9c4847c572 100644 (file)
--- a/nct6775.c
+++ b/nct6775.c
@@ -123,7 +123,7 @@ superio_enter(int ioreg)
        /*
         * Try to reserve <ioreg> and <ioreg + 1> for exclusive access.
         */
-        if (!request_muxed_region(ioreg, 2, DRVNAME))
+       if (!request_muxed_region(ioreg, 2, DRVNAME))
                return -EBUSY;
 
        outb(0x87, ioreg);