Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73c1e204 authored by Liu Bo's avatar Liu Bo Committed by Jiri Kosina
Browse files

mm: fix comment typo of truncate_inode_pages_range



The typo of API truncate_inode_pages_range is not updated.

Signed-off-by: default avatarLiu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 202e0116
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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