]> git.baikalelectronics.ru Git - kernel.git/commit
mm: slab: fix comment for ARCH_KMALLOC_MINALIGN
authorAndrey Konovalov <andreyknvl@google.com>
Thu, 28 Apr 2022 15:59:39 +0000 (17:59 +0200)
committerVlastimil Babka <vbabka@suse.cz>
Mon, 2 May 2022 08:47:07 +0000 (10:47 +0200)
commit5a3199aa7ad7e46774aff5db4f8df4c8829ccb49
treecc3d16f2195cf52f7ce7c7703d755195f1c953d5
parent3ad54f6e6d8af68dc23b1c67d69ab52adf69f43f
mm: slab: fix comment for ARCH_KMALLOC_MINALIGN

The comment next to the ARCH_KMALLOC_MINALIGN definition says that
ARCH_KMALLOC_MINALIGN can be defined in arch headers. This is incorrect:
it's actually ARCH_DMA_MINALIGN that can be defined there.

Fix the comment.

Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Link: https://lore.kernel.org/r/fe1ca7a25a054b61d1038686d07569416e287e7b.1651161548.git.andreyknvl@google.com
include/linux/slab.h