Re: [PATCH net-next] net: dlink: fix several spelling mistakes in comments

From: Andrew Lunn

Date: Sun Nov 30 2025 - 19:06:37 EST


On Mon, Dec 01, 2025 at 07:06:53AM +0900, Yeounsu Moon wrote:
> This patch fixes multiple spelling mistakes in dl2k driver comments:
>
> - "deivices" -> "devices"
> - "Ttransmit" -> "Transmit"
> - "catastronphic" -> "catastrophic"
> - "Extened" -> "Extended"
>
> Also fix incorrect unit description: `rx_timeout` uses 640ns increments,
> not 64ns.
> - "64ns" -> "640ns"
>
> These are comment-only changes and do not affect runtime behavior.
>
> Signed-off-by: Yeounsu Moon <yyyynoom@xxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew