diff options
author | Martin Waitz <tali@admingilde.org> | 2005-06-24 01:05:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 03:06:40 -0400 |
commit | 3d41088fa327782b14b5659dbcfff62ec704c23c (patch) | |
tree | bd9a25f9ae7a0e232c9d5006849905e31a9dbc92 /mm | |
parent | 363412b4f70a2ba19c76a01da7580472399312d4 (diff) |
[PATCH] DocBook: update comments
This patch updates some comments to match code changes.
Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 30975ef48722..c256175742ac 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -1458,7 +1458,7 @@ restart: | |||
1458 | * unmap_mapping_range - unmap the portion of all mmaps | 1458 | * unmap_mapping_range - unmap the portion of all mmaps |
1459 | * in the specified address_space corresponding to the specified | 1459 | * in the specified address_space corresponding to the specified |
1460 | * page range in the underlying file. | 1460 | * page range in the underlying file. |
1461 | * @address_space: the address space containing mmaps to be unmapped. | 1461 | * @mapping: the address space containing mmaps to be unmapped. |
1462 | * @holebegin: byte in first page to unmap, relative to the start of | 1462 | * @holebegin: byte in first page to unmap, relative to the start of |
1463 | * the underlying file. This will be rounded down to a PAGE_SIZE | 1463 | * the underlying file. This will be rounded down to a PAGE_SIZE |
1464 | * boundary. Note that this is different from vmtruncate(), which | 1464 | * boundary. Note that this is different from vmtruncate(), which |