On Sat, 25 Mar 2023 10:05:59 -0400, Tom Rix wrote: > clang with W=1 reports > drivers/infiniband/hw/bnxt_re/qplib_fp.c:303:6: error: variable > 'num_srqne_processed' set but not used [-Werror,-Wunused-but-set-variable] > int num_srqne_processed = 0; > ^ > drivers/infiniband/hw/bnxt_re/qplib_fp.c:304:6: error: variable > 'num_cqne_processed' set but not used [-Werror,-Wunused-but-set-variable] > int num_cqne_processed = 0; > ^ > These variables are not used so remove them. > > [...] Applied, thanks! [1/1] RDMA/bnxt_re: remove unused num_srqne_processed and num_cqne_processed variables https://git.kernel.org/rdma/rdma/c/1b69f1e3d7449d Best regards, -- Leon Romanovsky <leon@xxxxxxxxxx>