Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1385957
| From | Eric Engestrom <eric@engestrom.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/41] Documentation: fix spelling mistakes |
| Date | 2016-04-25 02:30 +0200 |
| Message-ID | <rrCzw-4Wc-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The following typos and other spelling mistakes were mostly found using `codespell` [1], and the rest was found using vim's `spell` check. I left out a bunch of "thru" -> "through", thinking it could just be seen as regional preference (US vs UK). Should I send those as well? Those patches can be applied independently (obviously), so there is no need to wait for the whole series to be ack'ed. Cheers, Eric [1] https://github.com/lucasdemarchi/codespell Eric Engestrom (41): Documentation: debugfs: fix spelling mistake Documentation: sysfs: fix spelling mistakes Documentation: arm: fix spelling mistakes Documentation: cgroup: fix spelling mistakes Documentation: cpu-hotplug: fix spelling mistake Documentation: device-mapper: fix spelling mistakes Documentation: dt: arc: fix spelling mistakes Documentation: dt: arm: fix spelling mistakes Documentation: dt: clock: fix spelling mistakes Documentation: dt: display: fix spelling mistake Documentation: dt: dma: fix spelling mistake Documentation: dt: input: fix spelling mistakes Documentation: dt: interrupt-controller: fix spelling mistakes Documentation: dt: media: fix spelling mistake Documentation: dt: mfd: fix spelling mistakes Documentation: dt: mmc: fix spelling mistake Documentation: dt: mtd: fix spelling mistake Documentation: dt: net: fix spelling mistakes Documentation: dt: opp: fix spelling mistake Documentation: dt: pinctrl: fix spelling mistake Documentation: dt: power: fix spelling mistake Documentation: dt: soc: fix spelling mistakes Documentation: DocBook: fix spelling mistake Documentation: fb: fix spelling mistakes Documentation: filesystems: fix spelling mistakes Documentation: kasan: fix spelling mistake Documentation: laptops: fix spelling mistake Documentation: locking: fix spelling mistakes Documentation: lzo: fix spelling mistakes Documentation: networking: fix spelling mistakes Documentation: power: fix spelling mistake Documentation: pps: fix spelling mistake Documentation: RCU: fix spelling mistake Documentation: robust-futexes: fix spelling mistakes Documentation: scsi: fix spelling mistakes Documentation: sound: fix spelling mistakes Documentation: video4linux: fix spelling mistakes Documentation: virtual: fix spelling mistake Documentation: vm: fix spelling mistakes Documentation: x86: fix spelling mistakes Documentation: xillybus: fix spelling mistake Documentation/ABI/testing/debugfs-driver-genwqe | 2 +- .../ABI/testing/sysfs-bus-coresight-devices-etm4x | 2 +- .../ABI/testing/sysfs-bus-event_source-devices-events | 4 ++-- .../ABI/testing/sysfs-bus-event_source-devices-hv_24x7 | 2 +- Documentation/ABI/testing/sysfs-driver-tegra-fuse | 2 +- Documentation/ABI/testing/sysfs-fs-xfs | 2 +- Documentation/DocBook/media/dvb/net.xml | 2 +- Documentation/RCU/stallwarn.txt | 2 +- Documentation/arm/Atmel/README | 2 +- Documentation/arm/keystone/knav-qmss.txt | 2 +- Documentation/cgroup-v2.txt | 16 ++++++++-------- Documentation/cpu-hotplug.txt | 2 +- Documentation/device-mapper/cache-policies.txt | 4 ++-- Documentation/device-mapper/statistics.txt | 2 +- Documentation/devicetree/bindings/arc/archs-pct.txt | 2 +- Documentation/devicetree/bindings/arc/pct.txt | 2 +- Documentation/devicetree/bindings/arm/cci.txt | 2 +- Documentation/devicetree/bindings/arm/spear-misc.txt | 2 +- .../devicetree/bindings/clock/rockchip,rk3188-cru.txt | 2 +- .../devicetree/bindings/clock/rockchip,rk3288-cru.txt | 2 +- Documentation/devicetree/bindings/clock/st/st,clkgen.txt | 2 +- .../devicetree/bindings/display/exynos/exynos_dsim.txt | 2 +- .../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 2 +- Documentation/devicetree/bindings/input/ads7846.txt | 2 +- .../bindings/input/touchscreen/fsl-mx25-tcq.txt | 2 +- .../bindings/interrupt-controller/ti,omap4-wugen-mpu | 4 ++-- Documentation/devicetree/bindings/media/xilinx/video.txt | 2 +- Documentation/devicetree/bindings/mfd/qcom-rpm.txt | 4 ++-- .../devicetree/bindings/mmc/mmc-pwrseq-emmc.txt | 2 +- Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt | 2 +- .../devicetree/bindings/net/hisilicon-hns-nic.txt | 2 +- Documentation/devicetree/bindings/net/stmmac.txt | 4 ++-- Documentation/devicetree/bindings/net/ti,dp83867.txt | 2 +- Documentation/devicetree/bindings/opp/opp.txt | 2 +- .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 2 +- .../devicetree/bindings/power/qcom,coincell-charger.txt | 2 +- .../bindings/soc/ti/keystone-navigator-qmss.txt | 6 +++--- Documentation/fb/udlfb.txt | 6 +++--- Documentation/filesystems/autofs4.txt | 6 +++--- Documentation/filesystems/cifs/CHANGES | 2 +- Documentation/filesystems/proc.txt | 4 ++-- Documentation/filesystems/vfs.txt | 2 +- Documentation/kasan.txt | 2 +- Documentation/laptops/toshiba_haps.txt | 2 +- Documentation/locking/lockdep-design.txt | 4 ++-- Documentation/lzo.txt | 4 ++-- Documentation/networking/altera_tse.txt | 6 +++--- Documentation/networking/ipvlan.txt | 6 +++--- Documentation/networking/pktgen.txt | 6 +++--- Documentation/networking/vrf.txt | 2 +- Documentation/networking/xfrm_sync.txt | 6 +++--- Documentation/power/opp.txt | 2 +- Documentation/pps/pps.txt | 2 +- Documentation/robust-futexes.txt | 6 +++--- Documentation/scsi/ChangeLog.megaraid_sas | 16 ++++++++-------- Documentation/sound/alsa/compress_offload.txt | 2 +- Documentation/sound/alsa/soc/dapm.txt | 2 +- Documentation/sound/alsa/soc/overview.txt | 2 +- Documentation/video4linux/vivid.txt | 6 +++--- Documentation/virtual/kvm/devices/s390_flic.txt | 2 +- Documentation/vm/transhuge.txt | 6 +++--- Documentation/x86/intel_mpx.txt | 4 ++-- Documentation/xillybus.txt | 2 +- 63 files changed, 106 insertions(+), 106 deletions(-) -- 2.8.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/41] Documentation: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
[PATCH 17/41] Documentation: dt: mtd: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
Re: [PATCH 17/41] Documentation: dt: mtd: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
[PATCH 16/41] Documentation: dt: mmc: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
Re: [PATCH 16/41] Documentation: dt: mmc: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
[PATCH 01/41] Documentation: debugfs: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
[PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Lee Jones <lee.jones@linaro.org> - 2016-04-25 19:00 +0200
Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-26 01:00 +0200
Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Lee Jones <lee.jones@linaro.org> - 2016-04-26 08:40 +0200
Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-26 15:40 +0200
Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Lee Jones <lee.jones@linaro.org> - 2016-04-26 16:00 +0200
[PATCH 07/41] Documentation: dt: arc: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
Re: [PATCH 07/41] Documentation: dt: arc: fix spelling mistakes Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-25 11:00 +0200
[PATCH 11/41] Documentation: dt: dma: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
Re: [PATCH 11/41] Documentation: dt: dma: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
[PATCH 06/41] Documentation: device-mapper: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
[PATCH 18/41] Documentation: dt: net: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
Re: [PATCH 18/41] Documentation: dt: net: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
[PATCH 14/41] Documentation: dt: media: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
Re: [PATCH 14/41] Documentation: dt: media: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
[PATCH 23/41] Documentation: DocBook: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
[PATCH 22/41] Documentation: dt: soc: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
Re: [PATCH 22/41] Documentation: dt: soc: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
[PATCH 26/41] Documentation: kasan: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
Re: [PATCH 26/41] Documentation: kasan: fix spelling mistake Randy Dunlap <rdunlap@infradead.org> - 2016-04-25 05:10 +0200
[PATCH 21/41] Documentation: dt: power: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
Re: [PATCH 21/41] Documentation: dt: power: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
[PATCH 24/41] Documentation: fb: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
[PATCH 25/41] Documentation: filesystems: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
Re: [PATCH 25/41] Documentation: filesystems: fix spelling mistakes Steve French <smfrench@gmail.com> - 2016-04-25 04:20 +0200
[PATCH 41/41] Documentation: xillybus: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 28/41] Documentation: locking: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[tip:locking/core] locking/Documentation/lockdep: Fix spelling mistakes tip-bot for Eric Engestrom <tipbot@zytor.com> - 2016-04-28 12:30 +0200
[PATCH 37/41] Documentation: video4linux: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 34/41] Documentation: robust-futexes: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 30/41] Documentation: networking: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 40/41] Documentation: x86: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 27/41] Documentation: laptops: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 33/41] Documentation: RCU: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
Re: [PATCH 33/41] Documentation: RCU: fix spelling mistake Josh Triplett <josh@joshtriplett.org> - 2016-04-25 09:50 +0200
Re: [PATCH 33/41] Documentation: RCU: fix spelling mistake "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-04-25 19:20 +0200
[PATCH 36/41] Documentation: sound: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
Re: [PATCH 36/41] Documentation: sound: fix spelling mistakes Takashi Iwai <tiwai@suse.de> - 2016-04-25 10:50 +0200
Re: [PATCH 36/41] Documentation: sound: fix spelling mistakes Vinod Koul <vinod.koul@intel.com> - 2016-04-25 11:00 +0200
[PATCH 39/41] Documentation: vm: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 35/41] Documentation: scsi: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
[PATCH 38/41] Documentation: virtual: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
Re: [PATCH 38/41] Documentation: virtual: fix spelling mistake Cornelia Huck <cornelia.huck@de.ibm.com> - 2016-04-25 14:10 +0200
Re: [PATCH 38/41] Documentation: virtual: fix spelling mistake Radim Krčmář <rkrcmar@redhat.com> - 2016-04-25 17:10 +0200
[PATCH 31/41] Documentation: power: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:50 +0200
Re: [PATCH 31/41] Documentation: power: fix spelling mistake Viresh Kumar <viresh.kumar@linaro.org> - 2016-04-25 08:50 +0200
[PATCH 29/41] Documentation: lzo: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:50 +0200
[PATCH 32/41] Documentation: pps: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:50 +0200
csiph-web