staging: unisys: fix spacing in iovmcall_gnuc.h
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 5 Aug 2014 18:57:52 +0000 (14:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:07 +0000 (12:23 -0700)
There are spacing errors in the functions in iovmcall_gnuc. Fix these.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/iovmcall_gnuc.h

index fe9598c..55437f7 100644 (file)
@@ -19,8 +19,8 @@ __unisys_vmcall_gnuc(unsigned long tuple, unsigned long reg_ebx,
                     unsigned long reg_ecx)
 {
        unsigned long result = 0;
-
        unsigned int cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx;
+
        cpuid(0x00000001, &cpuid_eax, &cpuid_ebx, &cpuid_ecx, &cpuid_edx);
        if (cpuid_ecx & 0x80000000) {
              __asm__ __volatile__(".byte 0x00f, 0x001, 0x0c1" : "=a"(result) :
@@ -39,8 +39,8 @@ __unisys_extended_vmcall_gnuc(unsigned long long tuple,
                              unsigned long long reg_edx)
 {
        unsigned long result = 0;
-
        unsigned int cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx;
+
        cpuid(0x00000001, &cpuid_eax, &cpuid_ebx, &cpuid_ecx, &cpuid_edx);
        if (cpuid_ecx & 0x80000000) {
              __asm__ __volatile__(".byte 0x00f, 0x001, 0x0c1" : "=a"(result) :