Commit e9d198f2 authored by Thorsten Scherer's avatar Thorsten Scherer Committed by Vlastimil Babka
Browse files

slab: Adjust comment after refactoring of gfp.h



Reflect the change from the commit below.

Fixes: cb5a065b ("headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>")
Signed-off-by: default avatarThorsten Scherer <t.scherer@eckelmann.de>
Acked-by: default avatarHyeonggon Yoo <42.hyeyoo@gmail.com>
Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent eeac8ede
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -526,7 +526,7 @@ void *kmalloc_large_node(size_t size, gfp_t flags, int node) __assume_page_align
 * to be at least to the size.
 * to be at least to the size.
 *
 *
 * The @flags argument may be one of the GFP flags defined at
 * The @flags argument may be one of the GFP flags defined at
 * include/linux/gfp.h and described at
 * include/linux/gfp_types.h and described at
 * :ref:`Documentation/core-api/mm-api.rst <mm-api-gfp-flags>`
 * :ref:`Documentation/core-api/mm-api.rst <mm-api-gfp-flags>`
 *
 *
 * The recommended usage of the @flags is described at
 * The recommended usage of the @flags is described at