From: Andy Yan Date: Thu, 17 Aug 2017 07:55:50 +0000 (+0800) Subject: armv8: mmu: add space around operator X-Git-Tag: v2025.01-rc5-pxa1908~5820 X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-favicon.png?a=commitdiff_plain;h=347e30e1720ea6c0231f81d278b076a39280a314;p=u-boot.git armv8: mmu: add space around operator Add space around operator "+", make it match the coding style. Signed-off-by: Andy Yan Reviewed-by: Philipp Tomsich Reviewed-by: York Sun --- diff --git a/arch/arm/include/asm/armv8/mmu.h b/arch/arm/include/asm/armv8/mmu.h index 7752741028..6121aab547 100644 --- a/arch/arm/include/asm/armv8/mmu.h +++ b/arch/arm/include/asm/armv8/mmu.h @@ -16,7 +16,7 @@ #undef PAGE_SIZE #define PAGE_SHIFT 12 #define PAGE_SIZE (1 << PAGE_SHIFT) -#define PAGE_MASK (~(PAGE_SIZE-1)) +#define PAGE_MASK (~(PAGE_SIZE - 1)) /***************************************************************/