projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622daaf
)
nilfs2: fix a checkpatch error in page.c
author
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Sun, 26 Dec 2010 14:30:02 +0000
(23:30 +0900)
committer
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Mon, 10 Jan 2011 05:05:46 +0000
(14:05 +0900)
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>
fs/nilfs2/page.c
patch
|
blob
|
history
diff --git
a/fs/nilfs2/page.c
b/fs/nilfs2/page.c
index 48a775ec1d2ab823a3b68ef3c77959c33bffb4e1..0c432416cfefc608383dc8f7ee58d88140a26f59 100644
(file)
--- a/
fs/nilfs2/page.c
+++ b/
fs/nilfs2/page.c
@@
-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));