Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scatterlist: fix a typo

Replace the 'One' with 'On'.

Link: https://lkml.kernel.org/r/20241012100817.323007-1-sui.jingfeng@linux.dev
Fixes: af2880ec4402 ("scatterlist: add dedicated config for DMA flags")
Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Reviewed-by: Petr Tesarik <petr@tesarici.cz>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Michael Kelley <mhklinux@outlook.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Sui Jingfeng and committed by
Andrew Morton
a9d38bcd f2fa0fd4

+1 -1
+1 -1
include/linux/scatterlist.h
··· 273 273 } 274 274 275 275 /* 276 - * One 64-bit architectures there is a 4-byte padding in struct scatterlist 276 + * On 64-bit architectures there is a 4-byte padding in struct scatterlist 277 277 * (assuming also CONFIG_NEED_SG_DMA_LENGTH is set). Use this padding for DMA 278 278 * flags bits to indicate when a specific dma address is a bus address or the 279 279 * buffer may have been bounced via SWIOTLB.