[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220607173238.1c92a95c@kernel.org>
Date: Tue, 7 Jun 2022 17:32:38 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Jonathan Toppins <jtoppins@...hat.com>
Cc: netdev@...r.kernel.org, Jay Vosburgh <j.vosburgh@...il.com>,
Veaceslav Falico <vfalico@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, linux-kernel@...r.kernel.org
Subject: Re: [net-next 1/2] bonding: netlink error message support for
options
On Tue, 7 Jun 2022 20:23:22 -0400 Jonathan Toppins wrote:
> Thanks, will post a v2 tomorrow. What tool was used to generate the
> errors? sparse? checkpatch reported zero errors.
make W=1 ... builds will find them in sources but it's better to run
./scripts/kernel-doc explicitly to also catch problems in headers.
For example:
./scripts/kernel-doc -none $(git show --pretty="" --name-only HEAD)
Powered by blists - more mailing lists