Skip to content

Commit a9d38bc

Browse files
suijingfengakpm00
authored andcommitted
scatterlist: fix a typo
Replace the 'One' with 'On'. Link: https://lkml.kernel.org/r/[email protected] Fixes: af2880e ("scatterlist: add dedicated config for DMA flags") Signed-off-by: Sui Jingfeng <[email protected]> Reviewed-by: Petr Tesarik <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Michael Kelley <[email protected]> Cc: Robin Murphy <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent f2fa0fd commit a9d38bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/scatterlist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ static inline void sg_unmark_end(struct scatterlist *sg)
273273
}
274274

275275
/*
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
277277
* (assuming also CONFIG_NEED_SG_DMA_LENGTH is set). Use this padding for DMA
278278
* flags bits to indicate when a specific dma address is a bus address or the
279279
* buffer may have been bounced via SWIOTLB.

0 commit comments

Comments
 (0)