Re: [PATCH] treewide: fix duplicated word "the" in comments

From: Randy Dunlap

Date: Tue Feb 24 2026 - 02:14:21 EST




On 2/23/26 10:52 PM, Yousef El Bouzidi wrote:
> Remove duplicated word "the" from comments across various subsystems.
> All instances are clear typos where "the" appeared twice in
> succession, often merged with the following word (e.g. "the they",
> "the there", "the these", "the them").
>
> Files fixed:
> - drivers/base/platform.c
> - drivers/crypto/inside-secure/eip93/eip93-hash.c
> - drivers/mfd/axp20x.c
> - drivers/net/ethernet/lantiq_xrx200.c
> - drivers/platform/x86/intel/chtwc_int33fe.c
> - drivers/platform/x86/intel/pmt/class.c
> - drivers/s390/crypto/vfio_ap_ops.c
> - kernel/irq/migration.c
>
> Signed-off-by: Yousef El Bouzidi <elbouzidyyousef@xxxxxxxxx>

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

> ---
> drivers/base/platform.c | 2 +-
> drivers/crypto/inside-secure/eip93/eip93-hash.c | 2 +-
> drivers/mfd/axp20x.c | 2 +-
> drivers/net/ethernet/lantiq_xrx200.c | 2 +-
> drivers/platform/x86/intel/chtwc_int33fe.c | 2 +-
> drivers/platform/x86/intel/pmt/class.c | 2 +-
> drivers/s390/crypto/vfio_ap_ops.c | 2 +-
> kernel/irq/migration.c | 2 +-
> 8 files changed, 8 insertions(+), 8 deletions(-)
>

--
~Randy