On 4/11/24 8:04 AM, Thorsten Blum wrote: > Use `find . -type f -exec sed -i 's/\<the the\>/the/g' {} +` to find all > occurrences of "the the" and replace them with a single "the". > > Changes only comments and documentation - no code changes. > > Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxxx> > --- > Documentation/trace/histogram.rst | 2 +- > arch/arm/Kconfig | 4 ++-- > arch/arm/include/asm/unwind.h | 2 +- > arch/arm64/Kconfig | 2 +- > arch/arm64/kernel/entry-ftrace.S | 2 +- > arch/s390/kernel/perf_cpum_sf.c | 2 +- > arch/s390/kernel/sthyi.c | 2 +- > drivers/accessibility/speakup/speakup_soft.c | 2 +- > drivers/gpu/drm/i915/display/intel_crt.c | 2 +- > drivers/gpu/drm/i915/i915_request.c | 2 +- > drivers/mailbox/Kconfig | 2 +- > drivers/net/wireless/intel/iwlwifi/fw/api/tx.h | 4 ++-- > drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | 2 +- > drivers/scsi/bfa/bfa_fcs_rport.c | 2 +- > drivers/scsi/fcoe/fcoe_ctlr.c | 2 +- > drivers/scsi/isci/host.h | 2 +- > drivers/scsi/isci/remote_device.h | 2 +- > drivers/scsi/isci/remote_node_context.h | 2 +- > drivers/scsi/isci/task.c | 2 +- > fs/afs/flock.c | 2 +- > fs/ecryptfs/keystore.c | 2 +- > fs/netfs/direct_read.c | 2 +- > fs/netfs/direct_write.c | 2 +- > fs/overlayfs/super.c | 2 +- > include/uapi/asm-generic/fcntl.h | 2 +- > io_uring/kbuf.c | 2 +- > lib/zstd/common/fse_decompress.c | 2 +- > lib/zstd/decompress/zstd_decompress_block.c | 2 +- > scripts/coccinelle/misc/badty.cocci | 2 +- > tools/perf/Documentation/perf-diff.txt | 2 +- > 30 files changed, 32 insertions(+), 32 deletions(-) > Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. -- #Randy