diff options
| author | Vlastimil Babka <vbabka@suse.cz> | 2023-03-29 10:45:38 +0200 |
|---|---|---|
| committer | Vlastimil Babka <vbabka@suse.cz> | 2023-03-29 10:45:38 +0200 |
| commit | 8f0293bf7aeb9339f724e306e7a0a741f633c738 (patch) | |
| tree | 262a3491a926554430e73e962642ba783155ecbb /include | |
| parent | 197b6b60ae7bc51dd0814953c562833143b292aa (diff) | |
| parent | 220a20ad140296243b621642ec3d0c46869efd02 (diff) | |
Merge branch 'slab/for-6.4/trivial' into slab/for-next
Trivial slab and slub fixes for 6.4. A comment fix, a structure
constification, and a config SLUB_DEBUG help text fix.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/slab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index 45af70315a94..87d687c43d8c 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -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. * * 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>` * * The recommended usage of the @flags is described at |
