[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231201180029.45acfc2c@kernel.org>
Date: Fri, 1 Dec 2023 18:00:29 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Donald Hunter <donald.hunter@...il.com>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Eric
Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jonathan
Corbet <corbet@....net>, linux-doc@...r.kernel.org, Jacob Keller
<jacob.e.keller@...el.com>, donald.hunter@...hat.com
Subject: Re: [PATCH net-next v1 3/6] tools/net/ynl: Add 'sub-message'
attribute decoding to ynl
On Thu, 30 Nov 2023 21:49:55 +0000 Donald Hunter wrote:
> @@ -510,7 +561,7 @@ class SpecFamily(SpecElement):
> """
> for op in self.yaml['operations']['list']:
> if name == op['name']:
> - return op
> + return op
> return None
>
> def resolve(self):
Looks unrelated, plus the 'for' vs 'if' are still indented by 2.
Powered by blists - more mailing lists