All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/arm: fix typos in comments
@ 2022-03-18 10:37 ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2022-03-18 10:37 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: kernel-janitors, Russell King, xen-devel, linux-arm-kernel, linux-kernel

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 arch/arm/xen/mm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
index a7e54a087b80..607c1a557ccc 100644
--- a/arch/arm/xen/mm.c
+++ b/arch/arm/xen/mm.c
@@ -105,7 +105,7 @@ bool xen_arch_need_swiotlb(struct device *dev,
 	 *	- The Linux page refers to foreign memory
 	 *	- The device doesn't support coherent DMA request
 	 *
-	 * The Linux page may be spanned acrros multiple Xen page, although
+	 * The Linux page may be spanned across multiple Xen page, although
 	 * it's not possible to have a mix of local and foreign Xen page.
 	 * Furthermore, range_straddles_page_boundary is already checking
 	 * if buffer is physically contiguous in the host RAM.


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

* [PATCH] xen/arm: fix typos in comments
@ 2022-03-18 10:37 ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2022-03-18 10:37 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: kernel-janitors, Russell King, xen-devel, linux-arm-kernel, linux-kernel

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 arch/arm/xen/mm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
index a7e54a087b80..607c1a557ccc 100644
--- a/arch/arm/xen/mm.c
+++ b/arch/arm/xen/mm.c
@@ -105,7 +105,7 @@ bool xen_arch_need_swiotlb(struct device *dev,
 	 *	- The Linux page refers to foreign memory
 	 *	- The device doesn't support coherent DMA request
 	 *
-	 * The Linux page may be spanned acrros multiple Xen page, although
+	 * The Linux page may be spanned across multiple Xen page, although
 	 * it's not possible to have a mix of local and foreign Xen page.
 	 * Furthermore, range_straddles_page_boundary is already checking
 	 * if buffer is physically contiguous in the host RAM.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] xen/arm: fix typos in comments
  2022-03-18 10:37 ` Julia Lawall
@ 2022-03-18 11:17   ` Luca Fancellu
  -1 siblings, 0 replies; 6+ messages in thread
From: Luca Fancellu @ 2022-03-18 11:17 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Stefano Stabellini, kernel-janitors, Russell King, xen-devel,
	linux-arm-kernel, linux-kernel



> On 18 Mar 2022, at 10:37, Julia Lawall <Julia.Lawall@inria.fr> wrote:
> 
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>

Cheers,
Luca

> 
> ---
> arch/arm/xen/mm.c |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> index a7e54a087b80..607c1a557ccc 100644
> --- a/arch/arm/xen/mm.c
> +++ b/arch/arm/xen/mm.c
> @@ -105,7 +105,7 @@ bool xen_arch_need_swiotlb(struct device *dev,
> 	 *	- The Linux page refers to foreign memory
> 	 *	- The device doesn't support coherent DMA request
> 	 *
> -	 * The Linux page may be spanned acrros multiple Xen page, although
> +	 * The Linux page may be spanned across multiple Xen page, although
> 	 * it's not possible to have a mix of local and foreign Xen page.
> 	 * Furthermore, range_straddles_page_boundary is already checking
> 	 * if buffer is physically contiguous in the host RAM.
> 
> 


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

* Re: [PATCH] xen/arm: fix typos in comments
@ 2022-03-18 11:17   ` Luca Fancellu
  0 siblings, 0 replies; 6+ messages in thread
From: Luca Fancellu @ 2022-03-18 11:17 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Stefano Stabellini, kernel-janitors, Russell King, xen-devel,
	linux-arm-kernel, linux-kernel



> On 18 Mar 2022, at 10:37, Julia Lawall <Julia.Lawall@inria.fr> wrote:
> 
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>

Cheers,
Luca

> 
> ---
> arch/arm/xen/mm.c |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> index a7e54a087b80..607c1a557ccc 100644
> --- a/arch/arm/xen/mm.c
> +++ b/arch/arm/xen/mm.c
> @@ -105,7 +105,7 @@ bool xen_arch_need_swiotlb(struct device *dev,
> 	 *	- The Linux page refers to foreign memory
> 	 *	- The device doesn't support coherent DMA request
> 	 *
> -	 * The Linux page may be spanned acrros multiple Xen page, although
> +	 * The Linux page may be spanned across multiple Xen page, although
> 	 * it's not possible to have a mix of local and foreign Xen page.
> 	 * Furthermore, range_straddles_page_boundary is already checking
> 	 * if buffer is physically contiguous in the host RAM.
> 
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] xen/arm: fix typos in comments
  2022-03-18 11:17   ` Luca Fancellu
@ 2022-03-18 21:34     ` Stefano Stabellini
  -1 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2022-03-18 21:34 UTC (permalink / raw)
  To: Luca Fancellu
  Cc: Julia Lawall, Stefano Stabellini, kernel-janitors, Russell King,
	xen-devel, linux-arm-kernel, linux-kernel

On Fri, 18 Mar 2022, Luca Fancellu wrote:
> > On 18 Mar 2022, at 10:37, Julia Lawall <Julia.Lawall@inria.fr> wrote:
> > 
> > Various spelling mistakes in comments.
> > Detected with the help of Coccinelle.
> > 
> > Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>

I assume this patch will go via the trivial tree? If not and you want
this patch to be picked up in the Xen tree let me know.

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

* Re: [PATCH] xen/arm: fix typos in comments
@ 2022-03-18 21:34     ` Stefano Stabellini
  0 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2022-03-18 21:34 UTC (permalink / raw)
  To: Luca Fancellu
  Cc: Julia Lawall, Stefano Stabellini, kernel-janitors, Russell King,
	xen-devel, linux-arm-kernel, linux-kernel

On Fri, 18 Mar 2022, Luca Fancellu wrote:
> > On 18 Mar 2022, at 10:37, Julia Lawall <Julia.Lawall@inria.fr> wrote:
> > 
> > Various spelling mistakes in comments.
> > Detected with the help of Coccinelle.
> > 
> > Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>

I assume this patch will go via the trivial tree? If not and you want
this patch to be picked up in the Xen tree let me know.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-03-18 21:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 10:37 [PATCH] xen/arm: fix typos in comments Julia Lawall
2022-03-18 10:37 ` Julia Lawall
2022-03-18 11:17 ` Luca Fancellu
2022-03-18 11:17   ` Luca Fancellu
2022-03-18 21:34   ` Stefano Stabellini
2022-03-18 21:34     ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.