Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/microchip/ksz_ptp.c:1187:40: warning: variable 'p' is uninitialized when used here [-Wuninitialized] 1187 | ptpirq->reg_mask = ops->get_port_addr(p, KSZ8463_PTP_TS_IER); | ^ ../drivers/net/dsa/microchip/ksz_ptp.c:1175:7: note: initialize the variable 'p' to silence this warning 1175 | int p; | ^ | = 0 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/microchip/ksz_ptp.c:1187:40: warning: variable 'p' is uninitialized when used here [-Wuninitialized] 1187 | ptpirq->reg_mask = ops->get_port_addr(p, KSZ8463_PTP_TS_IER); | ^ ../drivers/net/dsa/microchip/ksz_ptp.c:1175:7: note: initialize the variable 'p' to silence this warning 1175 | int p; | ^ | = 0 1 warning generated.