You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
+1
-1
@@ -491,7 +491,7 @@ unsigned nilfs_page_count_clean_buffers(struct page *page,
|
||||
}
|
||||
return nc;
|
||||
}
|
||||
|
||||
|
||||
void nilfs_mapping_init_once(struct address_space *mapping)
|
||||
{
|
||||
memset(mapping, 0, sizeof(*mapping));
|
||||
|
||||
Reference in New Issue
Block a user