Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c:1217:22: warning: variable 'kw_type' is uninitialized when used here [-Wuninitialized] 1217 | 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. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c:1217:22: warning: variable 'kw_type' is uninitialized when used here [-Wuninitialized] 1217 | 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.