The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] scatterlist: fix a typo
@ 2024-10-12 10:08 Sui Jingfeng
  2024-10-12 10:21 ` Petr Tesařík
  0 siblings, 1 reply; 2+ messages in thread
From: Sui Jingfeng @ 2024-10-12 10:08 UTC (permalink / raw)
  To: Michael Kelley, Petr Tesarik, Andrew Morton, Robin Murphy,
	Catalin Marinas
  Cc: linux-kernel, Sui Jingfeng

Replace the 'One' with 'On'.

Fixes: af2880ec4402 ("scatterlist: add dedicated config for DMA flags")
Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
---
 include/linux/scatterlist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/scatterlist.h b/include/linux/scatterlist.h
index e61d164622db..c5e2239b550e 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.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scatterlist: fix a typo
  2024-10-12 10:08 [PATCH] scatterlist: fix a typo Sui Jingfeng
@ 2024-10-12 10:21 ` Petr Tesařík
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Tesařík @ 2024-10-12 10:21 UTC (permalink / raw)
  To: Sui Jingfeng
  Cc: Michael Kelley, Andrew Morton, Robin Murphy, Catalin Marinas,
	linux-kernel

On Sat, 12 Oct 2024 18:08:17 +0800
Sui Jingfeng <sui.jingfeng@linux.dev> wrote:

> Replace the 'One' with 'On'.

Yeah, that's right. Thank you!

Reviewed-by: Petr Tesarik <petr@tesarici.cz>

Petr T

> Fixes: af2880ec4402 ("scatterlist: add dedicated config for DMA flags")
> Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
> ---
>  include/linux/scatterlist.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/scatterlist.h b/include/linux/scatterlist.h
> index e61d164622db..c5e2239b550e 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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-12 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-12 10:08 [PATCH] scatterlist: fix a typo Sui Jingfeng
2024-10-12 10:21 ` Petr Tesařík

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox