Re: [PATCH 1/2] igb: fix typos in comments

From: Joe Damato

Date: Tue Mar 03 2026 - 18:08:48 EST


On Tue, Mar 03, 2026 at 10:38:20PM +0100, Maximilian Pezzullo via B4 Relay wrote:
> From: Maximilian Pezzullo <maximilianpezzullo@xxxxxxxxx>
>
> Fix spelling errors in code comments:
> - e1000_nvm.c: 'likley' -> 'likely'
> - e1000_mac.c: 'auto-negotitation' -> 'auto-negotiation'
> - e1000_mbx.h: 'exra' -> 'extra'

These changes seem fine, but codespell noted another spelling error in
e1000_defines.h ("Device Reset Aserted").

Maybe worthwhile to get that one too?

At any rate:

Reviewed-by: Joe Damato <joe@xxxxxxx>