Re: [PATCH bpf-next 1/5] bpf: Drop duplicate blank line in verifier
From: Andrii Nakryiko
Date: Fri Aug 14 2026 - 16:32:35 EST
On Fri, Aug 14, 2026 at 10:32 AM Leon Hwang <leon.hwang@xxxxxxxxx> wrote:
>
> Drop a duplicate blank line in verifier for cleanup.
>
> No functional change intended.
>
> Signed-off-by: Leon Hwang <leon.hwang@xxxxxxxxx>
> ---
> kernel/bpf/verifier.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c
> index 6ac1afced20b..81eae8f70acd 100644
> --- a/kernel/bpf/verifier.c
> +++ b/kernel/bpf/verifier.c
> @@ -12113,7 +12113,6 @@ static int check_kfunc_args(struct bpf_verifier_env *env, struct bpf_call_arg_me
> ref_tname = btf_name_by_offset(btf, ref_t->name_off);
> }
>
> -
seriously... just because AI tells you to do something, doesn't mean
you have to do it. I'm not applying a patch that's removing a single
empty line.
> if (bpf_register_is_null(reg) && type_may_be_null(kf_arg_type))
> continue;
>
> --
> 2.55.0
>