Skip to content

Commit edf9081

Browse files
Pan Zhangwilldeacon
authored andcommitted
mm: change_memory_common: add spaces for * operator
Leaves one space before and after a binary operator both, it may be more elegant. Signed-off-by: Pan Zhang <[email protected]> Signed-off-by: Will Deacon <[email protected]>
1 parent 4e410ef commit edf9081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/mm/pageattr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static int change_memory_common(unsigned long addr, int numpages,
5454
pgprot_t set_mask, pgprot_t clear_mask)
5555
{
5656
unsigned long start = addr;
57-
unsigned long size = PAGE_SIZE*numpages;
57+
unsigned long size = PAGE_SIZE * numpages;
5858
unsigned long end = start + size;
5959
struct vm_struct *area;
6060
int i;

0 commit comments

Comments
 (0)