Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/phy/as21xxx.c:689:12: warning: ‘aeon_ipc_dbg_write_buf’ defined but not used [-Wunused-function] 689 | static int aeon_ipc_dbg_write_buf(struct phy_device *phydev, u8 *data, | ^~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/phy/as21xxx.c:666:12: warning: ‘aeon_ipc_dbg_read_buf’ defined but not used [-Wunused-function] 666 | static int aeon_ipc_dbg_read_buf(struct phy_device *phydev, u16 *buf) | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/phy/as21xxx.c:653:12: warning: ‘aeon_ipc_dbg_cmd’ defined but not used [-Wunused-function] 653 | static int aeon_ipc_dbg_cmd(struct phy_device *phydev, u16 dbg_sec, | ^~~~~~~~~~~~~~~~ ../drivers/net/phy/as21xxx.c:631:12: warning: ‘aeon_ipc_poll’ defined but not used [-Wunused-function] 631 | static int aeon_ipc_poll(struct phy_device *phydev) | ^~~~~~~~~~~~~ New errors added --- /tmp/tmp.jFjBNZ37fV 2026-01-23 08:39:29.573949817 -0500 +++ /tmp/tmp.9OHseC2aLF 2026-01-23 08:41:17.887097661 -0500 @@ -1,0 +2,12 @@ +../drivers/net/phy/as21xxx.c:689:12: warning: ‘aeon_ipc_dbg_write_buf’ defined but not used [-Wunused-function] + 689 | static int aeon_ipc_dbg_write_buf(struct phy_device *phydev, u8 *data, + | ^~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/phy/as21xxx.c:666:12: warning: ‘aeon_ipc_dbg_read_buf’ defined but not used [-Wunused-function] + 666 | static int aeon_ipc_dbg_read_buf(struct phy_device *phydev, u16 *buf) + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/phy/as21xxx.c:653:12: warning: ‘aeon_ipc_dbg_cmd’ defined but not used [-Wunused-function] + 653 | static int aeon_ipc_dbg_cmd(struct phy_device *phydev, u16 dbg_sec, + | ^~~~~~~~~~~~~~~~ +../drivers/net/phy/as21xxx.c:631:12: warning: ‘aeon_ipc_poll’ defined but not used [-Wunused-function] + 631 | static int aeon_ipc_poll(struct phy_device *phydev) + | ^~~~~~~~~~~~~ Per-file breakdown --- /tmp/tmp.ggJtmbPXta 2026-01-23 08:41:17.920408965 -0500 +++ /tmp/tmp.Dah1ymWguX 2026-01-23 08:41:17.933521355 -0500 @@ -0,0 +1 @@ + 4 ../drivers/net/phy/as21xxx.c