Re: [PATCH] parisc: fix typos in comments

From: Helge Deller

Date: Sat Sep 12 2026 - 15:55:48 EST


On 9/4/26 14:13, Hemanth Selam wrote:
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/parisc/include/asm/pdcpat.h | 4 ++--
arch/parisc/include/asm/special_insns.h | 2 +-
arch/parisc/include/uapi/asm/mman.h | 2 +-
arch/parisc/kernel/perf_images.h | 4 ++--
arch/parisc/lib/memcpy.c | 2 +-
drivers/parisc/ccio-dma.c | 2 +-
drivers/parisc/dino.c | 2 +-
drivers/parisc/pdc_stable.c | 2 +-
drivers/parisc/sba_iommu.c | 2 +-
drivers/parport/parport_gsc.c | 2 +-
10 files changed, 12 insertions(+), 12 deletions(-)

I've splitted it up in smaller patches per driver and applied them.

Thanks!
Helge