Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/usb/r8152.c:1744:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1744 | if (i == 10) | ^~~~~~~ ../drivers/net/usb/r8152.c:1747:9: note: uninitialized use occurs here 1747 | return ret; | ^~~ ../drivers/net/usb/r8152.c:1744:2: note: remove the 'if' if its condition is always true 1744 | if (i == 10) | ^~~~~~~~~~~~ 1745 | ret = -ETIMEDOUT; ../drivers/net/usb/r8152.c:1734:12: note: initialize the variable 'ret' to silence this warning 1734 | int i, ret; | ^ | = 0 ../drivers/net/usb/r8152.c:8525:13: warning: unused function 'r8157_hw_phy_cfg' [-Wunused-function] 8525 | static void r8157_hw_phy_cfg(struct r8152 *tp) | ^~~~~~~~~~~~~~~~ ../drivers/net/usb/r8152.c:10007:12: warning: unused function 'r8157_desc_init' [-Wunused-function] 10007 | static int r8157_desc_init(struct r8152 *tp) | ^~~~~~~~~~~~~~~ 3 warnings generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/usb/r8152.c:1744:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1744 | if (i == 10) | ^~~~~~~ ../drivers/net/usb/r8152.c:1747:9: note: uninitialized use occurs here 1747 | return ret; | ^~~ ../drivers/net/usb/r8152.c:1744:2: note: remove the 'if' if its condition is always true 1744 | if (i == 10) | ^~~~~~~~~~~~ 1745 | ret = -ETIMEDOUT; ../drivers/net/usb/r8152.c:1734:12: note: initialize the variable 'ret' to silence this warning 1734 | int i, ret; | ^ | = 0 ../drivers/net/usb/r8152.c:8485:13: warning: unused function 'r8157_hw_phy_cfg' [-Wunused-function] 8485 | static void r8157_hw_phy_cfg(struct r8152 *tp) | ^~~~~~~~~~~~~~~~ ../drivers/net/usb/r8152.c:9967:12: warning: unused function 'r8157_desc_init' [-Wunused-function] 9967 | static int r8157_desc_init(struct r8152 *tp) | ^~~~~~~~~~~~~~~ 3 warnings generated.