armv8: mmu: add space around operator
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>
This commit is contained in:
		
							parent
							
								
									4f84cb980f
								
							
						
					
					
						commit
						347e30e172
					
				| 
						 | 
					@ -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))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/***************************************************************/
 | 
					/***************************************************************/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue