Re: [PATCH] arm64/kernel: minor coding style tweaks

2021-02-03 Thread Mark Rutland
On Wed, Feb 03, 2021 at 01:19:12PM +0800, Zhiyuan Dai wrote: > Fixed two coding style issues in kernel/trap.c > 1. spaces required around that '=' This change makes sense to me as a cleanup. > 2. Missing a blank line after declarations We're inconsistent w.r.t. this across the tree, and applying

[PATCH] arm64/kernel: minor coding style tweaks

2021-02-02 Thread Zhiyuan Dai
Fixed two coding style issues in kernel/trap.c 1. spaces required around that '=' 2. Missing a blank line after declarations Signed-off-by: Zhiyuan Dai --- arch/arm64/kernel/traps.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/kernel/traps.c b/arch/arm64/kern