Re: [PATCH] net: sxgbe: fix typo in comment
From: Moon Yeounsu
Date: Mon Jan 12 2026 - 22:43:04 EST
On Mon, Jan 12, 2026 at 1:42 PM Jinseok Kim <always.starving0@xxxxxxxxx> wrote:
>
> Fix a misspelling in the sxgbe_mtl_init() function comment.
> "Algorith" should be spelled as "Algorithm".
>
> Signed-off-by: Jinseok Kim <always.starving0@xxxxxxxxx>
Please include the target tree prefix in the patch subject line (e.g.
net: or net-next:),
as described here:
https://docs.kernel.org/process/maintainer-netdev.html#indicating-target-tree
Yeounsu Moon