Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c:149:13: warning: variable 'rsp' is uninitialized when used here [-Wuninitialized] 149 | rsp); | ^~~ ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c:121:21: note: initialize the variable 'rsp' to silence this warning 121 | struct msg_rsp *rsp; | ^ | = NULL 1 warning generated. ../drivers/net/ethernet/marvell/octeontx2/nic/switch/sw_nb.c:106:6: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 106 | int rc; | ^ 1 warning generated. New errors added --- /tmp/tmp.9O9Sgr2qdi 2026-01-05 22:09:48.568777591 -0500 +++ /tmp/tmp.KU44n1m36Y 2026-01-05 22:10:21.633627836 -0500 @@ -1,0 +2,12 @@ +../drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c:149:13: warning: variable 'rsp' is uninitialized when used here [-Wuninitialized] + 149 | rsp); + | ^~~ +../drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c:121:21: note: initialize the variable 'rsp' to silence this warning + 121 | struct msg_rsp *rsp; + | ^ + | = NULL +1 warning generated. +../drivers/net/ethernet/marvell/octeontx2/nic/switch/sw_nb.c:106:6: warning: variable 'rc' set but not used [-Wunused-but-set-variable] + 106 | int rc; + | ^ +1 warning generated. Per-file breakdown --- /tmp/tmp.9hhSdd6Ghy 2026-01-05 22:10:46.194507723 -0500 +++ /tmp/tmp.3iD7lOH25V 2026-01-05 22:10:46.196389814 -0500 @@ -0,0 +1,2 @@ + 2 ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c + 1 ../drivers/net/ethernet/marvell/octeontx2/nic/switch/sw_nb.c