[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3270dbc2-7f7d-b05c-7244-9fee18503a1f@fb.com>
Date: Thu, 20 Aug 2020 09:15:30 -0700
From: Yonghong Song <yhs@...com>
To: Jakub Kicinski <kuba@...nel.org>
CC: <bpf@...r.kernel.org>, <netdev@...r.kernel.org>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>, <kernel-team@...com>
Subject: Re: [PATCH bpf-next 1/3] bpf: implement link_query for bpf iterators
On 8/20/20 8:07 AM, Jakub Kicinski wrote:
> On Wed, 19 Aug 2020 17:13:23 -0700 Yonghong Song wrote:
>> + fill_link_info = iter_link->tinfo->reg_info->fill_link_info;
>> + if (fill_link_info)
>> + return fill_link_info(&iter_link->aux, info);
>> +
>> + return 0;
>
> ERROR: code indent should use tabs where possible
> #138: FILE: kernel/bpf/bpf_iter.c:433:
> + return 0;$
>
> WARNING: please, no spaces at the start of a line
> #138: FILE: kernel/bpf/bpf_iter.c:433:
> + return 0;$
Thanks for reporting! Will wait a little bit for further
comments and send v2.
Powered by blists - more mailing lists