[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5ca63761-93e4-47e2-8fd0-e300a08f044a@infradead.org>
Date: Thu, 11 Apr 2024 08:13:13 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Thorsten Blum <thorsten.blum@...lux.com>, kernel-janitors@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org,
linux-doc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-s390@...r.kernel.org, speakup@...ux-speakup.org,
intel-gfx@...ts.freedesktop.org, intel-xe@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org, linux-wireless@...r.kernel.org,
linux-scsi@...r.kernel.org, linux-afs@...ts.infradead.org,
ecryptfs@...r.kernel.org, netfs@...ts.linux.dev,
linux-fsdevel@...r.kernel.org, linux-unionfs@...r.kernel.org,
linux-arch@...r.kernel.org, io-uring@...r.kernel.org, cocci@...ia.fr,
linux-perf-users@...r.kernel.org
Subject: Re: [PATCH] treewide: Fix common grammar mistake "the the"
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@...lux.com>
> ---
> 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@...radead.org>
Thanks.
--
#Randy
Powered by blists - more mailing lists