Re: [PATCH net-next] net: jme: fix typos in comments
Simon Horman <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 07:36:34PM +0200, Mark Sercombe wrote: > Fix several spelling mistakes in code comments in the jme driver: > These are comment only changes with no functional impact. > > Signed-off-by: Mark Sercombe <[email protected]> > --- > drivers/net/ethernet/jme.c | 4 ++-- > drivers/net/ethernet/jme.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Thanks, With these changes these files are now codespell-clean. Reviewed-by: Simon Horman <[email protected]> ...