We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a204e6d commit 8cf9e12Copy full SHA for 8cf9e12
include/linux/slab.h
@@ -197,7 +197,7 @@ void kmem_dump_obj(void *object);
197
/*
198
* Some archs want to perform DMA into kmalloc caches and need a guaranteed
199
* alignment larger than the alignment of a 64-bit integer.
200
- * Setting ARCH_KMALLOC_MINALIGN in arch headers allows that.
+ * Setting ARCH_DMA_MINALIGN in arch headers allows that.
201
*/
202
#if defined(ARCH_DMA_MINALIGN) && ARCH_DMA_MINALIGN > 8
203
#define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN
0 commit comments