Re: [PATCH] livepatch: Call klp_match_callback() in klp_find_callback() to avoid code duplication

From: Leizhen (ThunderTown)
Date: Fri Dec 09 2022 - 06:30:06 EST




On 2022/12/9 17:12, Petr Mladek wrote:
> On Wed 2022-12-07 11:23:04, Zhen Lei wrote:
>> The implementation of function klp_match_callback() is identical to the
>> partial implementation of function klp_find_callback(). So call function
>> klp_match_callback() in function klp_find_callback() instead of the
>> duplicated code.
>>
>> Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx>
>
> Thanks for cleaning this.
>
> Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Oh, sorry, I realized that I had forgotten to add:
Suggested-by: Petr Mladek <pmladek@xxxxxxxx>

Hi Luis:
Can you help me add it?

>
> Best Regards,
> Petr
> .
>

--
Regards,
Zhen Lei