Hi Herbert,
Thanks for your review!
2022. 9. 16. 오후 7:26에 Herbert Xu 이(가) 쓴 글:
> On Mon, Sep 05, 2022 at 09:45:02AM +0000, Taehee Yoo wrote:
>>
>> +struct aria_avx_ops aria_ops;
>
> This creates a new sparse warning:
>
> CHECK ../arch/x86/crypto/aria_aesni_avx_glue.c
> ../arch/x86/crypto/aria_aesni_avx_glue.c:34:21: warning: symbol
'aria_ops' was not declared. Should it be static?
>
> Please fix.
>
Thanks a lot, I checked it with C=1 option.
So I will fix this in the v4 patch.
Thanks a lot!
Taehee Yoo