diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-01-04 00:16:05 +0100 |
---|---|---|
committer | Andreas Larsson <andreas@gaisler.com> | 2024-02-16 16:50:25 +0100 |
commit | 3cc208ffa84a77650561efc7a851ee0e979bbdb9 (patch) | |
tree | c8a5bb70f1821c39dca3b1ed0f3635efc4b3fe26 /arch/sparc/kernel/irq_64.c | |
parent | sparc: Use shared font data (diff) | |
download | linux-3cc208ffa84a77650561efc7a851ee0e979bbdb9.tar.xz linux-3cc208ffa84a77650561efc7a851ee0e979bbdb9.zip |
sparc: Fix typos
Fix typos, most reported by "codespell arch/sparc". Only touches
comments, no code changes.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: sparclinux@vger.kernel.org
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Link: https://lore.kernel.org/r/20240103231605.1801364-9-helgaas@kernel.org
Diffstat (limited to 'arch/sparc/kernel/irq_64.c')
-rw-r--r-- | arch/sparc/kernel/irq_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/irq_64.c b/arch/sparc/kernel/irq_64.c index 72da2e10e255..5280e325d4d6 100644 --- a/arch/sparc/kernel/irq_64.c +++ b/arch/sparc/kernel/irq_64.c @@ -980,7 +980,7 @@ void notrace init_irqwork_curcpu(void) * * On SMP this gets invoked from the CPU trampoline before * the cpu has fully taken over the trap table from OBP, - * and it's kernel stack + %g6 thread register state is + * and its kernel stack + %g6 thread register state is * not fully cooked yet. * * Therefore you cannot make any OBP calls, not even prom_printf, |