]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
armv8: mmu: add space around operator
authorAndy Yan <andy.yan@rock-chips.com>
Thu, 17 Aug 2017 07:55:50 +0000 (15:55 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 12 Sep 2017 22:00:09 +0000 (18:00 -0400)
Add space around operator "+", make it
match the coding style.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/include/asm/armv8/mmu.h

index 775274102826d3fa5fdb827f7f60d2957d69c3f1..6121aab547fc8a0f8015c05479ef8b4ef77edc35 100644 (file)
@@ -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))
 
 /***************************************************************/