+ 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@xxxxxxxxxxxx> 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