[PATCH 1/2] MIPS: fix typos in comments

From: Hemanth Selam

Date: Fri Sep 04 2026 - 09:03:28 EST


Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
arch/mips/include/asm/mach-loongson64/boot_param.h | 2 +-
arch/mips/n64/init.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/include/asm/mach-loongson64/boot_param.h b/arch/mips/include/asm/mach-loongson64/boot_param.h
index 3a11ce85762b..3e5c2b3a7f9b 100644
--- a/arch/mips/include/asm/mach-loongson64/boot_param.h
+++ b/arch/mips/include/asm/mach-loongson64/boot_param.h
@@ -24,7 +24,7 @@
struct efi_memory_map_loongson {
u16 vers; /* version of efi_memory_map */
u32 nr_map; /* number of memory_maps */
- u32 mem_freq; /* memory frequence */
+ u32 mem_freq; /* memory frequency */
struct mem_map {
u32 node_id; /* node_id which memory attached to */
u32 mem_type; /* system memory, pci memory, pci io, etc. */
diff --git a/arch/mips/n64/init.c b/arch/mips/n64/init.c
index 66ec28ab41f3..ddbd7d1224d3 100644
--- a/arch/mips/n64/init.c
+++ b/arch/mips/n64/init.c
@@ -20,7 +20,7 @@
#define IO_MEM_RESOURCE_END 0x1fffffffUL

/*
- * System-specifc irq names for clarity
+ * System-specific irq names for clarity
*/
#define MIPS_CPU_IRQ(x) (MIPS_CPU_IRQ_BASE + (x))
#define MIPS_SOFTINT0_IRQ MIPS_CPU_IRQ(0)
--
2.48.1