Re: [PATCH] keys: Fix typos in 'struct key_type' function pointer comments

From: Thorsten Blum

Date: Fri Oct 24 2025 - 16:31:22 EST


On 24. Oct 2025, at 21:04, Jarkko Sakkinen wrote:
> On Thu, Oct 16, 2025 at 02:36:19PM +0200, Thorsten Blum wrote:
>> s/it/if/ and s/revokation/revocation/
>> ...
>
> The comment is also formatted incorrectly. It should be:
>
> /*
> * Free preparsed match data (optional). This should be supplied if
> * ->match_preparse() is supplied.
> */

The other struct fields are all commented with the first sentence
starting after the '/*'.

I can fix this one trailing '*/' in v2, but the others should probably
be fixed in a separate patch?

Thanks,
Thorsten