arm64: add blank after 'if'
authorZheng Wei <wei.zheng@vivo.com>
Fri, 13 Mar 2020 14:54:02 +0000 (22:54 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 17 Mar 2020 18:22:53 +0000 (18:22 +0000)
add blank after 'if' for armv8_deprecated_init()
to make it comply with kernel coding style.

Signed-off-by: Zheng Wei <wei.zheng@vivo.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/armv8_deprecated.c

index 7832b32163708574d80fe2681d5aa023b4c30605..4cc581af2d96958181d8f0f1becdf7198c12e4a3 100644 (file)
@@ -630,7 +630,7 @@ static int __init armv8_deprecated_init(void)
                register_insn_emulation(&cp15_barrier_ops);
 
        if (IS_ENABLED(CONFIG_SETEND_EMULATION)) {
-               if(system_supports_mixed_endian_el0())
+               if (system_supports_mixed_endian_el0())
                        register_insn_emulation(&setend_ops);
                else
                        pr_info("setend instruction emulation is not supported on this system\n");