On Wed, Jul 12, 2023 at 05:07:08PM +0200, Michael Walle wrote:
...
@@ -780,6 +782,7 @@ static int get_phy_c45_devs_in_pkg(struct mii_bus *bus, int addr, int dev_addr,
* the "devices in package" is invalid.
*/
static int get_phy_c45_ids(struct mii_bus *bus, int addr,
+ enum phy_access_mode mode,
Please add the new mode parameter to the kernel doc for this function,
which is in the lines preceding this hunk.