[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4c3812e5903e4e91587eff3c37b7aee4b35ddf20.1756966290.git.joeypabalinas@gmail.com>
Date: Wed, 3 Sep 2025 20:23:25 -1000
From: Joey Pabalinas <joeypabalinas@...il.com>
To: linux-kernel@...r.kernel.org
Cc: linux-hexagon@...r.kernel.org,
linux-mm@...ck.org,
Brian Cain <bcain@...nel.org>,
Kees Cook <kees@...nel.org>,
Joey Pabalinas <joeypabalinas@...il.com>
Subject: [PATCH 1/2] Hexagon: change "a mm_struct" to "an mm_struct" in comment
The correct english is "an mm_struct" which is used everywhere else
in the kernel.
Signed-off-by: Joey Pabalinas <joeypabalinas@...il.com>
---
arch/hexagon/include/asm/mmu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/hexagon/include/asm/mmu.h b/arch/hexagon/include/asm/mmu.h
index dfa46660d695bb65b4..ce784218dc67c92a94 100644
--- a/arch/hexagon/include/asm/mmu.h
+++ b/arch/hexagon/include/asm/mmu.h
@@ -7,11 +7,11 @@
#define _ASM_MMU_H
#include <asm/vdso.h>
/*
- * Architecture-specific state for a mm_struct.
+ * Architecture-specific state for an mm_struct.
* For the Hexagon Virtual Machine, it can be a copy
* of the pointer to the page table base.
*/
struct mm_context {
unsigned long long generation;
--
Cheers,
Joey Pabalinas
Powered by blists - more mailing lists