mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 23:54:04 +08:00
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 <zhangpan26@huawei.com> Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
parent
4e410ef96c
commit
edf9081827
@ -54,7 +54,7 @@ static int change_memory_common(unsigned long addr, int numpages,
|
||||
pgprot_t set_mask, pgprot_t clear_mask)
|
||||
{
|
||||
unsigned long start = addr;
|
||||
unsigned long size = PAGE_SIZE*numpages;
|
||||
unsigned long size = PAGE_SIZE * numpages;
|
||||
unsigned long end = start + size;
|
||||
struct vm_struct *area;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user