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/stmicro/stmmac/dwmac-socfpga.c:390:9: warning: variable 'ret' is uninitialized when used here [-Wuninitialized] 390 | return ret; | ^~~ ../drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c:312:12: note: initialize the variable 'ret' to silence this warning 312 | int i, ret; | ^ | = 0 1 warning generated. New errors added --- /tmp/tmp.vVnVZbyCBP 2025-10-29 03:29:59.608780741 -0700 +++ /tmp/tmp.PhoKYlyzzJ 2025-10-29 03:31:31.246983182 -0700 @@ -1,0 +2,8 @@ +../drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c:390:9: warning: variable 'ret' is uninitialized when used here [-Wuninitialized] + 390 | return ret; + | ^~~ +../drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c:312:12: note: initialize the variable 'ret' to silence this warning + 312 | int i, ret; + | ^ + | = 0 +1 warning generated. Per-file breakdown --- /tmp/tmp.XUiWM3qHZx 2025-10-29 03:32:34.537180393 -0700 +++ /tmp/tmp.oM4Szjf2Yk 2025-10-29 03:32:34.540180362 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c