projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f84cb9
)
armv8: mmu: add space around operator
author
Andy Yan
<andy.yan@rock-chips.com>
Thu, 17 Aug 2017 07:55:50 +0000
(15:55 +0800)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/armv8/mmu.h
b/arch/arm/include/asm/armv8/mmu.h
index 775274102826d3fa5fdb827f7f60d2957d69c3f1..6121aab547fc8a0f8015c05479ef8b4ef77edc35 100644
(file)
--- 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))
/***************************************************************/