projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d2175
)
mm: fix kernel-doc warning in page_alloc.c
author
Randy Dunlap
<randy.dunlap@oracle.com>
Mon, 16 May 2011 20:16:54 +0000
(13:16 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 17 May 2011 01:34:30 +0000
(18:34 -0700)
Fix new kernel-doc warning in mm/page_alloc.c:
Warning(mm/page_alloc.c:2370): No description found for parameter 'nid'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index 570d944daeb5d9cd0593c68b57698b2019acfdc9..3f8bce264df66f712e9a44092f871d9f90eafe22 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-2358,6
+2358,7
@@
EXPORT_SYMBOL(alloc_pages_exact);
/**
* alloc_pages_exact_nid - allocate an exact number of physically-contiguous
* pages on a node.
+ * @nid: the preferred node ID where memory should be allocated
* @size: the number of bytes to allocate
* @gfp_mask: GFP flags for the allocation
*