Re: [PATCH bpf-next] bpf: Remove redundant assignment to meta.seq in __task_seq_show()

From: Song Liu
Date: Mon Apr 11 2022 - 01:27:51 EST


On Sat, Apr 9, 2022 at 11:00 PM Yuntao Wang <ytcoode@xxxxxxxxx> wrote:
>
> The seq argument is assigned to meta.seq twice, the second one is
> redundant, remove it.
>
> This patch also removes a redundant space in bpf_iter_link_attach().
>
> Signed-off-by: Yuntao Wang <ytcoode@xxxxxxxxx>

Acked-by: Song Liu <songliubraving@xxxxxx>