From: Sui Jingfeng Date: Sat, 12 Oct 2024 10:08:17 +0000 (+0800) Subject: scatterlist: fix a typo X-Git-Tag: v6.13-rc1~89^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9d38bcd7337f051912174ebfc500e1cef73982e;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Petr Tesarik Cc: Catalin Marinas Cc: Michael Kelley Cc: Robin Murphy Signed-off-by: Andrew Morton --- diff --git a/include/linux/scatterlist.h b/include/linux/scatterlist.h index e61d164622db4..c5e2239b550ef 100644 --- a/include/linux/scatterlist.h +++ b/include/linux/scatterlist.h @@ -273,7 +273,7 @@ static inline void sg_unmark_end(struct scatterlist *sg) } /* - * One 64-bit architectures there is a 4-byte padding in struct scatterlist + * On 64-bit architectures there is a 4-byte padding in struct scatterlist * (assuming also CONFIG_NEED_SG_DMA_LENGTH is set). Use this padding for DMA * flags bits to indicate when a specific dma address is a bus address or the * buffer may have been bounced via SWIOTLB.