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_flows.c:1216:22: warning: variable 'kw_type' is uninitialized when used here [-Wuninitialized] 1216 | req->req_kw_type = kw_type; | ^~~~~~~ ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c:1178:12: note: initialize the variable 'kw_type' to silence this warning 1178 | u8 kw_type; | ^ | = '\0' 1 warning generated. New errors added --- /tmp/tmp.K33bo6qUV1 2026-01-04 22:24:33.040188054 -0500 +++ /tmp/tmp.h2i0qIXGAI 2026-01-04 22:25:06.901923879 -0500 @@ -1,0 +2,8 @@ +../drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c:1216:22: warning: variable 'kw_type' is uninitialized when used here [-Wuninitialized] + 1216 | req->req_kw_type = kw_type; + | ^~~~~~~ +../drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c:1178:12: note: initialize the variable 'kw_type' to silence this warning + 1178 | u8 kw_type; + | ^ + | = '\0' +1 warning generated. Per-file breakdown --- /tmp/tmp.I19Fa6P6CV 2026-01-04 22:25:30.925737671 -0500 +++ /tmp/tmp.cVVWvtIim7 2026-01-04 22:25:30.927737656 -0500 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c