Skip to content

Commit 62b9562

Browse files
Zheng Weictmarinas
authored andcommitted
arm64: add blank after 'if'
add blank after 'if' for armv8_deprecated_init() to make it comply with kernel coding style. Signed-off-by: Zheng Wei <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
1 parent 0c837c4 commit 62b9562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/armv8_deprecated.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ static int __init armv8_deprecated_init(void)
630630
register_insn_emulation(&cp15_barrier_ops);
631631

632632
if (IS_ENABLED(CONFIG_SETEND_EMULATION)) {
633-
if(system_supports_mixed_endian_el0())
633+
if (system_supports_mixed_endian_el0())
634634
register_insn_emulation(&setend_ops);
635635
else
636636
pr_info("setend instruction emulation is not supported on this system\n");

0 commit comments

Comments
 (0)