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

From: Leon Hwang

Date: Tue Jul 21 2026 - 09:53:46 EST


On 2026/7/17 13:28, Leon Hwang wrote:
> 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.


Will drop all adjacent blank lines in kernel/bpf/ in the next revision,
as I'm planning to post the next revision.

Thanks,
Leon