Skip to content

Commit

Permalink
mm: fix comment typo of truncate_inode_pages_range
Browse files Browse the repository at this point in the history
The typo of API truncate_inode_pages_range is not updated.

Signed-off-by: Liu Bo <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
liub authored and Jiri Kosina committed Feb 23, 2012
1 parent 202e011 commit 73c1e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/truncate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73c1e20

Please sign in to comment.