Re: [PATCH 1/3] mm/khugepaged: remove unnecessary goto 'skip' label
From: Garg, Shivank
Date: Fri Dec 19 2025 - 07:20:50 EST
On 12/16/2025 8:57 PM, Zi Yan wrote:
> On 16 Dec 2025, at 6:11, Shivank Garg wrote:
>
>> Replace 'goto skip' with actual logic for better code readability.
>>
>> No functional change.
>>
>> Signed-off-by: Shivank Garg <shivankg@xxxxxxx>
>> ---
>> mm/khugepaged.c | 7 ++++---
>> 1 file changed, 4 insertions(+), 3 deletions(-)
>>
> LGTM. Reviewed-by: Zi Yan <ziy@xxxxxxxxxx>
>
Hi Zi,
I noticed that b4 didn't pick up your Reviewed-by tag automatically (possibly because
it was on the same line as "LGTM."). Just thought I'd mention it in case it's helpful,
Since maintainers may be using b4 or similar tools and your tags might occasionally
get missed.
Of course, I'll make sure to add your tag manually when sending v2.
Thanks,
Shivank