nilfs2: fix a checkpatch error in page.c
Will correct the following checkpatch error: ERROR: trailing whitespace #494: FILE: page.c:494: + $ Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
parent
622daaff0a
commit
ae53a0a2ce
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ unsigned nilfs_page_count_clean_buffers(struct page *page,
|
||||||
}
|
}
|
||||||
return nc;
|
return nc;
|
||||||
}
|
}
|
||||||
|
|
||||||
void nilfs_mapping_init_once(struct address_space *mapping)
|
void nilfs_mapping_init_once(struct address_space *mapping)
|
||||||
{
|
{
|
||||||
memset(mapping, 0, sizeof(*mapping));
|
memset(mapping, 0, sizeof(*mapping));
|
||||||
|
|
Loading…
Add table
Reference in a new issue