On 1/3/24 15:16, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > Fix typos, most reported by "codespell arch/mips". Only touches comments, > no code changes. > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxxx > --- > arch/mips/bcm47xx/buttons.c | 6 +++--- > arch/mips/bcm63xx/clk.c | 4 ++-- > arch/mips/boot/compressed/dbg.c | 2 +- > arch/mips/boot/elf2ecoff.c | 2 +- > arch/mips/cavium-octeon/csrc-octeon.c | 2 +- > arch/mips/cavium-octeon/executive/cvmx-boot-vector.c | 2 +- > arch/mips/cavium-octeon/executive/cvmx-bootmem.c | 2 +- > arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c | 4 ++-- > arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c | 2 +- > arch/mips/cavium-octeon/executive/cvmx-pko.c | 2 +- > arch/mips/cavium-octeon/octeon-platform.c | 2 +- > arch/mips/fw/arc/promlib.c | 6 +++--- > arch/mips/include/asm/debug.h | 2 +- > arch/mips/include/asm/io.h | 4 ++-- > arch/mips/include/asm/mach-au1x00/au1000_dma.h | 2 +- > arch/mips/include/asm/mach-au1x00/gpio-au1000.h | 2 +- > arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h | 2 +- > arch/mips/include/asm/mach-loongson64/loongson_hwmon.h | 2 +- > arch/mips/include/asm/mach-loongson64/loongson_regs.h | 2 +- > arch/mips/include/asm/mach-malta/spaces.h | 4 ++-- > arch/mips/include/asm/mips-boards/bonito64.h | 2 +- > arch/mips/include/asm/mips-cpc.h | 2 +- > arch/mips/include/asm/mipsregs.h | 4 ++-- > arch/mips/include/asm/octeon/cvmx-bootinfo.h | 2 +- > arch/mips/include/asm/octeon/cvmx-cmd-queue.h | 6 +++--- > arch/mips/include/asm/octeon/cvmx-pko.h | 2 +- > arch/mips/include/asm/octeon/cvmx-pow.h | 4 ++-- > arch/mips/include/asm/octeon/octeon-model.h | 4 ++-- > arch/mips/include/asm/page.h | 2 +- > arch/mips/include/asm/pci.h | 2 +- > arch/mips/include/asm/pgtable-bits.h | 2 +- > arch/mips/include/asm/sgi/mc.h | 2 +- > arch/mips/include/asm/sn/klconfig.h | 2 +- > arch/mips/include/asm/sync.h | 2 +- > arch/mips/include/asm/thread_info.h | 2 +- > arch/mips/include/asm/timex.h | 2 +- > arch/mips/include/asm/vdso/vdso.h | 2 +- > arch/mips/include/uapi/asm/mman.h | 2 +- > arch/mips/include/uapi/asm/msgbuf.h | 2 +- > arch/mips/kernel/cpu-probe.c | 2 +- > arch/mips/kernel/kprobes.c | 2 +- > arch/mips/kernel/relocate.c | 2 +- > arch/mips/kernel/relocate_kernel.S | 2 +- > arch/mips/kernel/setup.c | 2 +- > arch/mips/kernel/signal.c | 2 +- > arch/mips/kernel/traps.c | 2 +- > arch/mips/kernel/vpe.c | 4 ++-- > arch/mips/kvm/emulate.c | 2 +- > arch/mips/loongson2ef/common/platform.c | 2 +- > arch/mips/loongson64/smp.c | 2 +- > arch/mips/mm/c-r4k.c | 2 +- > arch/mips/mm/cex-gen.S | 2 +- > arch/mips/mm/tlb-r3k.c | 2 +- > arch/mips/mm/tlb-r4k.c | 2 +- > arch/mips/mm/tlbex.c | 4 ++-- > arch/mips/net/bpf_jit_comp32.c | 2 +- > arch/mips/pci/ops-loongson2.c | 2 +- > arch/mips/pci/pci-alchemy.c | 2 +- > arch/mips/pci/pci-ar2315.c | 2 +- > arch/mips/pci/pci-lantiq.c | 2 +- > arch/mips/pci/pci-octeon.c | 2 +- > arch/mips/pci/pci-xtalk-bridge.c | 2 +- > arch/mips/pci/pcie-octeon.c | 2 +- > arch/mips/ralink/mt7621.c | 2 +- > arch/mips/txx9/generic/pci.c | 2 +- > 65 files changed, 80 insertions(+), 80 deletions(-) Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. -- #Randy