Hello, On Tue, 2022-11-15 at 16:14 +0300, Dan Carpenter wrote: > Smatch complains that: > > drivers/net/ethernet/microchip/sparx5/sparx5_dcb.c:112 > sparx5_dcb_apptrust_validate() error: uninitialized symbol 'match'. > > This would only happen if the: > > if (sparx5_dcb_apptrust_policies[i].nselectors != nselectors) > > condition is always true (they are not equal). The "nselectors" > variable comes from dcbnl_ieee_set() and it is a number between 0-256. > This seems like a probably a real bug. > > Fixes: 23f8382cd95d ("net: microchip: sparx5: add support for apptrust") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> checkpatch complains about the From/SoB mismatch - 'Dan Carpenter <error27@xxxxxxxxx>' vs 'Dan Carpenter <dan.carpenter@xxxxxxxxxx>' Could you please send a v2 addressing that? thanks! Paolo