On 8/29/22 02:29, Jules Maselbas wrote: > Remove duplicated words (the, at, be ...) across the whole documentation. > In some cases the duplicated words are replaced by something that makes > more sense, for instance: "be be" is replaced by "can be" when possible. > > There are likely more duplicated words. > > CC: Conor.Dooley@xxxxxxxxxxxxx > CC: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > CC: Bagas Sanjaya <bagasdotme@xxxxxxxxx> > CC: linux-doc@xxxxxxxxxxxxxxx > Signed-off-by: Jules Maselbas <jmaselbas@xxxxxxxxx> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > in v5: > - remove spurious changes reported by Randy Dunlap > in v4: > - remove spurious changes reported by Conor Dooley > in v3: > as suggested by Randy Dunlap: > - remove duplicated 'The the ' > - remove duplicated 'at at ' (some are replaced by 'at a ') > - remove duplicated be, is, to, we, on ... > in v2: > - also remove the second 'the' in one sentence as suggested by > Bagas Sanjaya > --- > Documentation/RCU/checklist.rst | 2 +- > Documentation/admin-guide/kdump/vmcoreinfo.rst | 2 +- > Documentation/bpf/instruction-set.rst | 2 +- > Documentation/bpf/map_cgroup_storage.rst | 4 ++-- > Documentation/core-api/cpu_hotplug.rst | 3 +-- > Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 4 ++-- > .../devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt | 2 +- > Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt | 2 +- > Documentation/devicetree/bindings/fpga/fpga-region.txt | 4 ++-- > Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 2 +- > .../devicetree/bindings/net/amlogic,meson-dwmac.yaml | 2 +- > .../devicetree/bindings/net/can/microchip,mcp251xfd.yaml | 2 +- > Documentation/driver-api/isa.rst | 2 +- > Documentation/filesystems/caching/backend-api.rst | 2 +- > Documentation/filesystems/journalling.rst | 2 +- > Documentation/hwmon/f71882fg.rst | 2 +- > Documentation/locking/seqlock.rst | 2 +- > Documentation/sphinx/cdomain.py | 2 +- > Documentation/trace/histogram.rst | 2 +- > Documentation/userspace-api/media/dvb/dmx-reqbufs.rst | 2 +- > Documentation/userspace-api/media/dvb/frontend_f_open.rst | 2 +- > 23 files changed, 26 insertions(+), 27 deletions(-) -- ~Randy