Commit b5e6ab589d570ac79cc939517fab05c87a23c262

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 93d2175d3d

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -2358,6 +2358,7 @@
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 *