../net/ethtool/phy.c:78:11: error: too many arguments to function call, expected 3, have 4 77 | phydev = ethnl_req_get_phydev(req_info, tb, ETHTOOL_A_PHY_HEADER, | ~~~~~~~~~~~~~~~~~~~~ 78 | info->extack); | ^~~~~~~~~~~~ ../net/ethtool/netlink.h:291:20: note: 'ethnl_req_get_phydev' declared here 291 | struct phy_device *ethnl_req_get_phydev(const struct ethnl_req_info *req_info, | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 292 | const struct nlattr *header, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 293 | struct netlink_ext_ack *extack); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[5]: *** [../scripts/Makefile.build:207: net/ethtool/phy.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:465: net/ethtool] Error 2 make[3]: *** [../scripts/Makefile.build:465: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1989: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:251: __sub-make] Error 2 make: *** [Makefile:251: __sub-make] Error 2 New errors added --- /tmp/tmp.BgNgtZOELz 2025-03-05 06:54:55.056908652 -0800 +++ /tmp/tmp.82NF2e35AW 2025-03-05 06:55:13.666726873 -0800 @@ -0,0 +1,21 @@ +../net/ethtool/phy.c:78:11: error: too many arguments to function call, expected 3, have 4 + 77 | phydev = ethnl_req_get_phydev(req_info, tb, ETHTOOL_A_PHY_HEADER, + | ~~~~~~~~~~~~~~~~~~~~ + 78 | info->extack); + | ^~~~~~~~~~~~ +../net/ethtool/netlink.h:291:20: note: 'ethnl_req_get_phydev' declared here + 291 | struct phy_device *ethnl_req_get_phydev(const struct ethnl_req_info *req_info, + | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 292 | const struct nlattr *header, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 293 | struct netlink_ext_ack *extack); + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +1 error generated. +make[5]: *** [../scripts/Makefile.build:207: net/ethtool/phy.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:465: net/ethtool] Error 2 +make[3]: *** [../scripts/Makefile.build:465: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1989: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-1/Makefile:251: __sub-make] Error 2 +make: *** [Makefile:251: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.2x7ZurJ5Lt 2025-03-05 06:55:13.672726814 -0800 +++ /tmp/tmp.bUaofnZGXM 2025-03-05 06:55:13.675726785 -0800 @@ -0,0 +1 @@ + 1 ../net/ethtool/phy.c