Skip to content
Snippets Groups Projects
Commit 347e30e1 authored by Andy Yan's avatar Andy Yan Committed by Tom Rini
Browse files

armv8: mmu: add space around operator


Add space around operator "+", make it
match the coding style.

Signed-off-by: default avatarAndy Yan <andy.yan@rock-chips.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 4f84cb98
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#undef PAGE_SIZE #undef PAGE_SIZE
#define PAGE_SHIFT 12 #define PAGE_SHIFT 12
#define PAGE_SIZE (1 << PAGE_SHIFT) #define PAGE_SIZE (1 << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1)) #define PAGE_MASK (~(PAGE_SIZE - 1))
/***************************************************************/ /***************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment