Re: [PATCH] kbuild: fix typo "funtions" in comment
From: Nicolas Schier
Date: Fri Sep 04 2026 - 14:54:46 EST
On Fri, Sep 04, 2026 at 04:23:28PM +0200, Miguel Ojeda wrote:
> On Fri, Sep 4, 2026 at 3:11 PM Hemanth Selam <hemanth.selam@xxxxxxxxx> wrote:
> >
> > Correct "funtions" to "functions", reported by scripts/checkpatch.pl using
> > the misspelling list in scripts/spelling.txt. Only touches comments, no
> > code changes.
> >
> > Assisted-by: Cursor:claude-opus-5
> > Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
>
> Welcome! I noticed this one in my spam folder.
>
> But, yeah, it looks wrong:
>
> Fixes: 5270316c9fec ("kbuild: Use -fmin-function-alignment when available")
thanks for the patch and the Fixes: trailer. As this is not relevant
for the build, Nathan will probably pick it up for kbuild-next (aka v7.4).
Reviewed-by: Nicolas Schier <n.schier@xxxxxxxxx>