[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240326142700.GX403975@kernel.org>
Date: Tue, 26 Mar 2024 14:27:00 +0000
From: Simon Horman <horms@...nel.org>
To: Su Hui <suhui@...china.com>
Cc: sgoutham@...vell.com, gakula@...vell.com, sbhatta@...vell.com,
hkelam@...vell.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, nathan@...nel.org,
ndesaulniers@...gle.com, morbo@...gle.com, justinstitt@...gle.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
llvm@...ts.linux.dev, kernel-janitors@...r.kernel.org,
Dan Carpenter <dan.carpenter@...aro.org>
Subject: Re: [PATCH net v2 2/2] octeontx2-pf: remove unused variables req_hdr
and rsp_hdr
+ Dan Carpenter
On Tue, Mar 26, 2024 at 02:12:36PM +0800, Su Hui wrote:
> Clang static checker(scan-buid):
> drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:503:2: warning:
> Value stored to 'rsp_hdr' is never read [deadcode.DeadStores]
>
> Remove these unused variables to save some space.
>
> Signed-off-by: Su Hui <suhui@...china.com>
Hi Su Hui,
as pointed out by Dan in his review of v1 of this patch, it is not a fix.
This means that it should be targeted at the net-next rather than the net
branch. As the granularity of patch handling on netdev is generally at the
patchset level I believe that this means that you need to separately,
in different email threads, repost:
1. Patch 1/2 of this series, targeted at net
[PATCH net v3] octeontx2-pf: check negative error code in otx2_open()
2. Patch 2/2 of this series, targeted at net-next
[PATCH net-next v3] octeontx2-pf: remove unused variables req_hdr
Also, please be sure to wait 24 hours since the posting of this patch-set
before reposting.
Some more information can be found here:
https://docs.kernel.org/process/maintainer-netdev.html
...
--
pw-bot: changes-requested
Powered by blists - more mailing lists