staging: unisys: refactor visorutil_spar_detect()
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 4 Nov 2014 16:25:24 +0000 (11:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Nov 2014 19:50:50 +0000 (11:50 -0800)
Fix the declaration line so it is just one single line, and add the missing
brackets on the else clause in the if statement.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorutil/visorkmodutils.c

index 69ed4b1..3ab990b 100644 (file)
@@ -36,8 +36,7 @@
 int unisys_spar_platform;
 EXPORT_SYMBOL_GPL(unisys_spar_platform);
 
-static __init uint32_t
-visorutil_spar_detect(void)
+static __init uint32_t visorutil_spar_detect(void)
 {
        unsigned int eax, ebx, ecx, edx;
 
@@ -47,8 +46,9 @@ visorutil_spar_detect(void)
                return  (ebx == UNISYS_SPAR_ID_EBX) &&
                        (ecx == UNISYS_SPAR_ID_ECX) &&
                        (edx == UNISYS_SPAR_ID_EDX);
-       } else
+       } else {
                return 0;
+       }
 }
 
 static __init int