Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118041
b: refs/heads/master
c: e99c97a
h: refs/heads/master
i:
  118039: 0e213f3
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 30, 2008
1 parent f53da7a commit edf4139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b77b0ef207624c9d9f8064ccbfd6da169780df44
refs/heads/master: e99c97ade53fb6f5e665f2960eb86c624a532d7b
3 changes: 2 additions & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,8 @@ EXPORT_SYMBOL(vm_unmap_ram);
* @count: number of pages
* @node: prefer to allocate data structures on this node
* @prot: memory protection to use. PAGE_KERNEL for regular RAM
* @returns: a pointer to the address that has been mapped, or NULL on failure
*
* Returns: a pointer to the address that has been mapped, or %NULL on failure
*/
void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot)
{
Expand Down

0 comments on commit edf4139

Please sign in to comment.