[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220318103729.157574-2-Julia.Lawall@inria.fr>
Date: Fri, 18 Mar 2022 11:36:57 +0100
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Brian Cain <bcain@...eaurora.org>
Cc: kernel-janitors@...r.kernel.org, linux-hexagon@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Hexagon: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
---
arch/hexagon/kernel/module.c | 2 +-
arch/hexagon/mm/vm_tlb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/hexagon/kernel/module.c b/arch/hexagon/kernel/module.c
index cb3bf19b0640..62ab39027360 100644
--- a/arch/hexagon/kernel/module.c
+++ b/arch/hexagon/kernel/module.c
@@ -43,7 +43,7 @@ int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs,
found = i+1;
}
- /* At this time, we don't support modules comiled with -shared */
+ /* At this time, we don't support modules compiled with -shared */
if (found) {
printk(KERN_WARNING
"Module '%s' contains unexpected .plt/.got sections.\n",
diff --git a/arch/hexagon/mm/vm_tlb.c b/arch/hexagon/mm/vm_tlb.c
index 53482f2a9ff9..5b6673353120 100644
--- a/arch/hexagon/mm/vm_tlb.c
+++ b/arch/hexagon/mm/vm_tlb.c
@@ -46,7 +46,7 @@ void flush_tlb_one(unsigned long vaddr)
*/
void tlb_flush_all(void)
{
- /* should probably use that fixaddr end or whateve label */
+ /* should probably use that fixaddr end or whatever label */
__vmclrmap(0, 0xffff0000);
}
Powered by blists - more mailing lists