mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 15:44:02 +08:00
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>
This commit is contained in:
parent
93d2175d3d
commit
b5e6ab589d
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user