mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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 <liubo2009@cn.fujitsu.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
202e0116b4
commit
73c1e20430
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* @mapping: mapping to truncate
|
||||||
* @lstart: offset from which to truncate
|
* @lstart: offset from which to truncate
|
||||||
* @lend: offset to which to truncate
|
* @lend: offset to which to truncate
|
||||||
|
|
Loading…
Add table
Reference in a new issue