Skip to content

Commit

Permalink
bootmem: Fix the short description of reserve_bootmem()
Browse files Browse the repository at this point in the history
It marks pages as reserved, as the long description says.

Signed-off-by: Javi Merino <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Javi Merino authored and Jiri Kosina committed Aug 27, 2012
1 parent ef706fb commit 0d4ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/bootmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ int __init reserve_bootmem_node(pg_data_t *pgdat, unsigned long physaddr,
}

/**
* reserve_bootmem - mark a page range as usable
* reserve_bootmem - mark a page range as reserved
* @addr: starting address of the range
* @size: size of the range in bytes
* @flags: reservation flags (see linux/bootmem.h)
Expand Down

0 comments on commit 0d4ba4d

Please sign in to comment.