Re: [PATCH] arm64/mm: Fixed some coding style issues

2021-02-23 Thread Will Deacon
On Mon, 22 Feb 2021 09:43:51 +0800, Zhiyuan Dai wrote: > This patch move the pointer location to fix coding style issues, > improve code reading. Applied to arm64 (for-next/fixes), thanks! [1/1] arm64/mm: Fixed some coding style issues https://git.kernel.org/arm64/c/2e8acca1911b Cheers,

[PATCH] arm64/mm: Fixed some coding style issues

2021-02-21 Thread Zhiyuan Dai
This patch move the pointer location to fix coding style issues, improve code reading. Signed-off-by: Zhiyuan Dai --- arch/arm64/mm/mmu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/mm/mmu.c b/arch/arm64/mm/mmu.c index 25af183..9ce8641 100644 ---