From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6F6BDF9D7 for ; Thu, 13 Jul 2023 09:00:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE2E5C433C7; Thu, 13 Jul 2023 09:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689238813; bh=FS6IGHNIU+MsMLrPhkS4TbBRHtXLi8wWNk5j5osD+DU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QCOtMw1RQz6X/mHeK6QOPmbM+fyZdqhp0fggevlZYpEuq1pw1vpKcJ2uzfyxCpIua 3jagn/cfJzfeULxuMz1Tja3ZWYf32FI/VLi3zC4mrEvd6aOhyFZADhbRAnHVpgxsbg 4aBg4BZ1LUcjZhpUC+aENAYzbEhtrbjU0ldeuW7n3y3n2QDnmZOLpVw8bAy4ypsbVS XbckHjyyCkyrXjb5qOu8qa8s2LIIxF5MfnquOaItWrPLbIb7qHrwKXe6p4t6gJhy2s 0Uq9TL0WFJR20G1SKTWC3R8LQLqH4+umIzM258NPLNK+gtwnbKYfVXpiX5SNaktZ0p DBjTzeS2fAtwA== Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Thu, 13 Jul 2023 11:00:07 +0200 From: Michael Walle To: Simon Horman Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Yisen Zhuang , Salil Mehta , Florian Fainelli , Broadcom internal kernel review list , =?UTF-8?Q?Marek_Beh?= =?UTF-8?Q?=C3=BAn?= , Xu Liang , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v3 08/11] net: phy: add support for C45-over-C22 transfers In-Reply-To: References: <20230620-feature-c45-over-c22-v3-0-9eb37edf7be0@kernel.org> <20230620-feature-c45-over-c22-v3-8-9eb37edf7be0@kernel.org> Message-ID: <1bef1179238e09cdfce281cc2428ba56@kernel.org> X-Sender: mwalle@kernel.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Hi Simon, Am 2023-07-13 10:56, schrieb Simon Horman: > 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. Ahh. Sorry. You've already mentioned that last time :/ Also true for get_phy_c45_devs_in_pkg(). -michael