Explorar o código

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>
Liu Bo %!s(int64=13) %!d(string=hai) anos
pai
achega
73c1e20430
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mm/truncate.c

+ 1 - 1
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