From 73c1e20430cbb96947fe3b835c6a3c13805eafd8 Mon Sep 17 00:00:00 2001 From: Liu Bo Date: Tue, 21 Feb 2012 10:57:20 +0800 Subject: mm: fix comment typo of truncate_inode_pages_range The typo of API truncate_inode_pages_range is not updated. Signed-off-by: Liu Bo Signed-off-by: Jiri Kosina --- mm/truncate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mm/truncate.c') diff --git a/mm/truncate.c b/mm/truncate.c index 632b15e29f74..a188058582e0 100644 --- a/mm/truncate.c +++ b/mm/truncate.c @@ -184,7 +184,7 @@ int invalidate_inode_page(struct page *page) } /** - * truncate_inode_pages - truncate range of pages specified by start & end byte offsets + * truncate_inode_pages_range - truncate range of pages specified by start & end byte offsets * @mapping: mapping to truncate * @lstart: offset from which to truncate * @lend: offset to which to truncate -- cgit v1.2.3-59-g8ed1b