Re: [PATCH bpf-next v10 1/9] bpf: Drop duplicate blank lines in verifier

From: Leon Hwang

Date: Fri Jul 17 2026 - 01:29:12 EST


On 17/7/26 13:08, Emil Tsalapatis wrote:
> On Wed Jul 15, 2026 at 11:32 AM EDT, Leon Hwang wrote:
>> There are many adjacent blank lines in the verifier that have accumulated
>> over time.
>>
>> Drop them for cleanup.
>>
>> No functional changes intended.
>
>
> Reviewed-by: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>

Thanks for your review.

>
> What about the files we factored out of the verifier? E.g., backtrack.c
> also has the same issue.


Probably, I can post a patch to clean all adjacent blank lines in
kernel/bpf/ when posting another series.

Thanks,
Leon

> [...]