Re: [PATCH] crypto: rockchip - drop redundant crypto_skcipher_ivsize() calls
From: Markus Elfring
Date: Wed Nov 05 2025 - 11:56:31 EST
> The function already initialized the ivsize variable
> at the point of declaration, let's use it instead of
> calling crypto_skcipher_ivsize() extra couple times.
…
* You may occasionally put more than 52 characters into text lines
of such a change description.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.18-rc4#n658
* How do you think about to reduce the scope for such a local variable?
Regards,
Markus