Re: [PATCH] platform: cznic: fix function parameter names
From: Nathan Chancellor
Date: Wed Mar 26 2025 - 12:27:06 EST
On Wed, Mar 26, 2025 at 10:38:47AM +0100, Marek Behún wrote:
> >
> > Reviewed-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> >
> > You will be taking this I assume?
>
> Arnd already took it into for-next:
> https://web.git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/log/?h=for-next
Ah odd, it just showed up in -next even though it was applied a few days
ago:
$ git log --oneline next-20250325 -- drivers/platform/cznic/turris-signing-key.c
0b28b7080ef5 platform: cznic: Add keyctl helpers for Turris platform
$ git log --oneline next-20250326 -- drivers/platform/cznic/turris-signing-key.c
eece12237a13 platform: cznic: fix function parameter names
0b28b7080ef5 platform: cznic: Add keyctl helpers for Turris platform
Glad that it is resolved now though.
Cheers,
Nathan