Re: [PATCH net] net: Fix typo of "software" in driver comments
From: Simon Horman <horms@kernel.org>
Date: 2026-01-06 15:41:27
Also in:
lkml
From: Simon Horman <horms@kernel.org>
Date: 2026-01-06 15:41:27
Also in:
lkml
On Thu, Dec 25, 2025 at 03:43:53AM +0000, Yicong Hui wrote:
Fix misspelling of "software" as "softare" and "sotware" in code comments Signed-off-by: Yicong Hui <redacted> --- drivers/net/ethernet/emulex/benet/be_hw.h | 2 +- drivers/net/ethernet/micrel/ks8842.c | 2 +- drivers/net/xen-netback/hash.c | 2 +-
Hi Yicong Hui, Thanks for your patch. According to codespell, both the benet and ks8842 drivers also have other spelling mistakes. So I think it would make sense to make a patch set, with per-driver, or perhaps per-directory, patches that fix all spelling errors in each driver (or directory). Also, I'd lean towards this being for net-next rather than net as I don't think these changes are use-visible. Subject: [PATCH net-next v2 0/3] ... Thanks!