* [PATCH] openrisc: fix typos in comments
@ 2022-04-30 19:11 Julia Lawall
2022-04-30 22:42 ` Stafford Horne
0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-04-30 19:11 UTC (permalink / raw)
To: Jonas Bonn
Cc: kernel-janitors, Stefan Kristiansson, Stafford Horne, openrisc,
linux-kernel
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
---
arch/openrisc/mm/tlb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/openrisc/mm/tlb.c b/arch/openrisc/mm/tlb.c
index 2b6feabf6381..e2f2a3c3bb22 100644
--- a/arch/openrisc/mm/tlb.c
+++ b/arch/openrisc/mm/tlb.c
@@ -128,7 +128,7 @@ void local_flush_tlb_mm(struct mm_struct *mm)
/* Was seeing bugs with the mm struct passed to us. Scrapped most of
this function. */
- /* Several architctures do this */
+ /* Several architectures do this */
local_flush_tlb_all();
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] openrisc: fix typos in comments
2022-04-30 19:11 [PATCH] openrisc: fix typos in comments Julia Lawall
@ 2022-04-30 22:42 ` Stafford Horne
0 siblings, 0 replies; 2+ messages in thread
From: Stafford Horne @ 2022-04-30 22:42 UTC (permalink / raw)
To: Julia Lawall
Cc: Jonas Bonn, kernel-janitors, Stefan Kristiansson, openrisc,
linux-kernel
On Sat, Apr 30, 2022 at 09:11:22PM +0200, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
>
> ---
> arch/openrisc/mm/tlb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/openrisc/mm/tlb.c b/arch/openrisc/mm/tlb.c
> index 2b6feabf6381..e2f2a3c3bb22 100644
> --- a/arch/openrisc/mm/tlb.c
> +++ b/arch/openrisc/mm/tlb.c
> @@ -128,7 +128,7 @@ void local_flush_tlb_mm(struct mm_struct *mm)
>
> /* Was seeing bugs with the mm struct passed to us. Scrapped most of
> this function. */
> - /* Several architctures do this */
> + /* Several architectures do this */
> local_flush_tlb_all();
> }
Thanks I have queued this for 5.19.
-Stafford
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-30 22:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-30 19:11 [PATCH] openrisc: fix typos in comments Julia Lawall
2022-04-30 22:42 ` Stafford Horne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox