[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1543138074-3556-1-git-send-email-liu.xiang6@zte.com.cn>
Date: Sun, 25 Nov 2018 17:27:54 +0800
From: Liu Xiang <liu.xiang6@....com.cn>
To: linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, catalin.marinas@....com,
will.deacon@....com, liuxiang_1999@....com,
Liu Xiang <liu.xiang6@....com.cn>
Subject: [PATCH] arm64: mm: Add spaces around + operator
Add spaces around '+' to follow kernel coding style.
Signed-off-by: Liu Xiang <liu.xiang6@....com.cn>
---
arch/arm64/mm/mmu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/mm/mmu.c b/arch/arm64/mm/mmu.c
index d1d6601..1dbd7be 100644
--- a/arch/arm64/mm/mmu.c
+++ b/arch/arm64/mm/mmu.c
@@ -853,7 +853,7 @@ void __set_fixmap(enum fixed_addresses idx,
set_pte(ptep, pfn_pte(phys >> PAGE_SHIFT, flags));
} else {
pte_clear(&init_mm, addr, ptep);
- flush_tlb_kernel_range(addr, addr+PAGE_SIZE);
+ flush_tlb_kernel_range(addr, addr + PAGE_SIZE);
}
}
--
1.9.1
Powered by blists - more mailing lists