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/af/rvu_npc.c:1764:6: warning: variable 'fw' is uninitialized when used here [-Wuninitialized] 1764 | if (fw->kpus > profile->kpus) { | ^~ ../drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1723:35: note: initialize the variable 'fw' to silence this warning 1723 | struct npc_kpu_profile_fwdata *fw; | ^ | = NULL 1 warning generated. New errors added --- /tmp/tmp.hMQuDOZeYT 2026-03-02 04:26:20.023952420 -0500 +++ /tmp/tmp.i8j17f7C8o 2026-03-02 04:26:56.759602635 -0500 @@ -1,0 +2,8 @@ +../drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1764:6: warning: variable 'fw' is uninitialized when used here [-Wuninitialized] + 1764 | if (fw->kpus > profile->kpus) { + | ^~ +../drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1723:35: note: initialize the variable 'fw' to silence this warning + 1723 | struct npc_kpu_profile_fwdata *fw; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.9fIZutjPyN 2026-03-02 04:27:22.195360442 -0500 +++ /tmp/tmp.D1hg2QRCvE 2026-03-02 04:27:22.197360424 -0500 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c