Code syntax changes as required by checkpatch

Signed-off-by: Charlie Paul <cpaul.windri...@gmail.com>
---
 arch/arm/mach-axxia/ev.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-axxia/ev.c b/arch/arm/mach-axxia/ev.c
index 1647bbe..f4630d1 100644
--- a/arch/arm/mach-axxia/ev.c
+++ b/arch/arm/mach-axxia/ev.c
@@ -27,7 +27,7 @@
 #include <asm/page.h>
 #include <asm/io.h>
 
-static int initialized = 0;
+static int initialized;
 static int wfe_available;
 
 inline void
@@ -45,11 +45,9 @@ __axxia_arch_wfe(void)
                initialized = 1;
        }
 
-       if (0 != wfe_available) {
+       if (0 != wfe_available)
                wfe();
-       }
 
        return;
 }
-
 EXPORT_SYMBOL(__axxia_arch_wfe);
-- 
1.7.9.5

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to