lkml.org 
[lkml]   [2020]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] Documentation: Fix most typos
From
Date
On 6/10/20 4:07 PM, Joe Perches wrote:
> These are the typos found in scripts/spelling.txt for
> most of the Documentation/ tree.
>
> Scripted with:
>
> $ cat scripts/spelling.txt | \
> grep -v -P "^\s*\#" | \
> while read line ; do \
> from=$(echo $line | cut -f1 -d'|'); \
> to=$(echo $line | cut -f3 -d'|'); \
> echo "from: $from to: $to" ; \
> git grep -w --name-only $from | \
> xargs sed -i "s/\b$from\b/$to/" ; \
> git checkout scripts/spelling.txt ; \
> done
>
> And some removal of inappropriate conversions
> in Documentation/translations and a few files
> where the conversions were incorrect.
>
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks, Joe.

> ---
> Documentation/ABI/testing/debugfs-driver-genwqe | 2 +-
> Documentation/ABI/testing/procfs-diskstats | 2 +-
> .../ABI/testing/sysfs-bus-event_source-devices-events | 4 ++--
> Documentation/ABI/testing/sysfs-bus-umc | 2 +-
> Documentation/ABI/testing/sysfs-devices-system-cpu | 2 +-
> Documentation/ABI/testing/sysfs-driver-tegra-fuse | 2 +-
> Documentation/ABI/testing/sysfs-fs-xfs | 2 +-
> Documentation/RCU/RTFP.txt | 8 ++++----
> Documentation/RCU/UP.rst | 4 ++--
> Documentation/admin-guide/bcache.rst | 2 +-
> Documentation/admin-guide/device-mapper/dm-crypt.rst | 4 ++--
> .../admin-guide/device-mapper/dm-integrity.rst | 2 +-
> Documentation/admin-guide/device-mapper/dm-raid.rst | 2 +-
> Documentation/admin-guide/device-mapper/verity.rst | 2 +-
> Documentation/admin-guide/device-mapper/writecache.rst | 4 ++--
> Documentation/admin-guide/mm/index.rst | 2 +-
> Documentation/admin-guide/sysctl/vm.rst | 4 ++--
> Documentation/admin-guide/tainted-kernels.rst | 2 +-
> Documentation/arm/interrupts.rst | 2 +-
> Documentation/arm/sunxi/clocks.rst | 2 +-
> Documentation/arm64/booting.rst | 2 +-
> Documentation/arm64/elf_hwcaps.rst | 2 +-
> .../bindings/arm/marvell/cp110-system-controller.txt | 6 +++---
> .../devicetree/bindings/clock/sprd,sc9863a-clk.yaml | 2 +-
> Documentation/devicetree/bindings/clock/ti/mux.txt | 2 +-
> Documentation/devicetree/bindings/display/msm/dpu.txt | 2 +-
> Documentation/devicetree/bindings/dma/ingenic,dma.yaml | 2 +-
> Documentation/devicetree/bindings/fpga/fpga-region.txt | 2 +-
> .../devicetree/bindings/iio/adc/maxim,max1238.yaml | 2 +-
> .../devicetree/bindings/iio/adc/maxim,max1363.yaml | 2 +-
> .../bindings/interrupt-controller/arm,gic-v3.yaml | 2 +-
> .../interrupt-controller/socionext,synquacer-exiu.txt | 2 +-
> Documentation/devicetree/bindings/mfd/qcom-rpm.txt | 2 +-
> Documentation/devicetree/bindings/misc/ge-achc.txt | 2 +-
> Documentation/devicetree/bindings/mtd/gpmc-nand.txt | 2 +-
> .../devicetree/bindings/nvmem/zii,rave-sp-eeprom.txt | 2 +-
> .../bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml | 2 +-
> .../bindings/pinctrl/qcom,sm8150-pinctrl.txt | 6 +++---
> .../bindings/pinctrl/renesas,rza1-pinctrl.txt | 2 +-
> .../devicetree/bindings/reset/ti-syscon-reset.txt | 2 +-
> Documentation/devicetree/bindings/sound/cs35l35.txt | 4 ++--
> .../devicetree/bindings/sound/mt2701-afe-pcm.txt | 2 +-
> .../bindings/sound/qcom,msm8916-wcd-analog.txt | 2 +-
> Documentation/devicetree/bindings/sound/sprd-pcm.txt | 2 +-
> .../devicetree/bindings/sound/tlv320adcx140.yaml | 2 +-
> .../devicetree/bindings/timer/lsi,zevio-timer.txt | 2 +-
> Documentation/driver-api/gpio/driver.rst | 2 +-
> Documentation/driver-api/md/md-cluster.rst | 2 +-
> Documentation/driver-api/md/raid5-cache.rst | 2 +-
> Documentation/driver-api/nvdimm/nvdimm.rst | 6 +++---
> Documentation/driver-api/thermal/intel_powerclamp.rst | 4 ++--
> Documentation/driver-api/usb/usb3-debug-port.rst | 2 +-
> Documentation/fb/udlfb.rst | 2 +-
> Documentation/filesystems/ext4/super.rst | 2 +-
> Documentation/filesystems/fsinfo.rst | 2 +-
> Documentation/filesystems/orangefs.rst | 2 +-
> Documentation/filesystems/proc.rst | 2 +-
> Documentation/filesystems/spufs/spu_create.rst | 2 +-
> Documentation/filesystems/spufs/spu_run.rst | 2 +-
> Documentation/filesystems/ubifs-authentication.rst | 2 +-
> Documentation/firmware-guide/acpi/acpi-lid.rst | 4 ++--
> Documentation/firmware-guide/acpi/gpio-properties.rst | 2 +-
> Documentation/gpu/todo.rst | 2 +-
> Documentation/hid/hid-transport.rst | 8 ++++----
> Documentation/hwmon/abituguru-datasheet.rst | 2 +-
> Documentation/input/devices/elantech.rst | 2 +-
> Documentation/isdn/credits.rst | 2 +-
> Documentation/kernel-hacking/hacking.rst | 2 +-
> Documentation/locking/lockdep-design.rst | 2 +-
> Documentation/networking/ip-sysctl.rst | 2 +-
> Documentation/networking/snmp_counter.rst | 4 ++--
> Documentation/openrisc/openrisc_port.rst | 2 +-
> Documentation/powerpc/vas-api.rst | 2 +-
> Documentation/process/clang-format.rst | 2 +-
> Documentation/process/embargoed-hardware-issues.rst | 6 +++---
> Documentation/process/submitting-patches.rst | 4 ++--
> Documentation/security/keys/core.rst | 2 +-
> Documentation/sound/designs/seq-oss.rst | 2 +-
> Documentation/sparc/oradax/dax-hv-api.txt | 18 +++++++++---------
> Documentation/spi/spidev.rst | 2 +-
> Documentation/trace/hwlat_detector.rst | 2 +-
> Documentation/usb/usbip_protocol.rst | 2 +-
> Documentation/userspace-api/media/v4l/hist-v4l2.rst | 2 +-
> Documentation/virt/kvm/api.rst | 2 +-
> Documentation/virt/kvm/halt-polling.rst | 2 +-
> Documentation/virt/kvm/running-nested-guests.rst | 2 +-
> 86 files changed, 118 insertions(+), 118 deletions(-)


--
~Randy

\
 
 \ /
  Last update: 2020-06-11 01:54    [W:0.101 / U:0.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site