Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/lantiq/lantiq_gswip_common.c:426:3: warning: variable 'supported' is uninitialized when used here [-Wuninitialized] 426 | supported |= BR_LEARNING; | ^~~~~~~~~ ../drivers/net/dsa/lantiq/lantiq_gswip_common.c:423:25: note: initialize the variable 'supported' to silence this warning 423 | unsigned long supported; | ^ | = 0 1 warning generated. New errors added --- /tmp/tmp.yNgoqRIFmy 2025-10-24 19:38:55.875261706 -0700 +++ /tmp/tmp.c6uvaqOluf 2025-10-24 19:40:09.207497406 -0700 @@ -1,0 +2,8 @@ +../drivers/net/dsa/lantiq/lantiq_gswip_common.c:426:3: warning: variable 'supported' is uninitialized when used here [-Wuninitialized] + 426 | supported |= BR_LEARNING; + | ^~~~~~~~~ +../drivers/net/dsa/lantiq/lantiq_gswip_common.c:423:25: note: initialize the variable 'supported' to silence this warning + 423 | unsigned long supported; + | ^ + | = 0 +1 warning generated. Per-file breakdown --- /tmp/tmp.c7APSwZWoZ 2025-10-24 19:41:03.542931100 -0700 +++ /tmp/tmp.5Nx8K1XsCg 2025-10-24 19:41:03.547931049 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/dsa/lantiq/lantiq_gswip_common.c