Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mm: fix kernel-doc warning in page_alloc.c

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
b5e6ab58 93d2175d

+1
+1
mm/page_alloc.c
··· 2358 2358 /** 2359 2359 * alloc_pages_exact_nid - allocate an exact number of physically-contiguous 2360 2360 * pages on a node. 2361 + * @nid: the preferred node ID where memory should be allocated 2361 2362 * @size: the number of bytes to allocate 2362 2363 * @gfp_mask: GFP flags for the allocation 2363 2364 *