[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <m27chljiif.fsf@gmail.com>
Date: Fri, 29 Mar 2024 13:05:12 +0000
From: Donald Hunter <donald.hunter@...il.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Eric
Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jiri
Pirko <jiri@...nulli.us>, Breno Leitao <leitao@...ian.org>, Alessandro
Marcolini <alessandromarcolini99@...il.com>, donald.hunter@...hat.com
Subject: Re: [PATCH net-next v1 2/3] doc: netlink: Add hyperlinks to
generated Netlink docs
Jakub Kicinski <kuba@...nel.org> writes:
> On Tue, 26 Mar 2024 20:13:10 +0000 Donald Hunter wrote:
>> return headroom(level) + "[" + ", ".join(inline(i) for i in list_) + "]"
>>
>> +def rst_ref(prefix: str, name: str) -> str:
>
> I think python coding guidelines call for 2 empty lines between
> functions? There's another place where this is violated in the patch.
Good catch. I'll fix in v2.
> FWIW I also feel like the using the global directly is a bit too hacky.
> Dunno how much work it'd be to pass it in, but if it's a lot let's at
> least define it at the start of the file and always have "global family"
> before the use?
I will just bite the bullet and pass a parameter in everywhere for v2.
Powered by blists - more mailing lists