On Tue, Mar 03, 2026 at 10:38:20PM +0100, Maximilian Pezzullo via B4 Relay
wrote:
> From: Maximilian Pezzullo <[email protected]>
>
> 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 <[email protected]>