From: Breno Leitao <leitao@debian.org>
To: Andrew Lunn <andrew@lunn.ch>
Cc: kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com,
edumazet@google.com, Heiner Kallweit <hkallweit1@gmail.com>,
Russell King <linux@armlinux.org.uk>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
horms@kernel.org
Subject: Re: [PATCH net 6/7] net: fill in MODULE_DESCRIPTION()s for mdio_devres
Date: Tue, 13 Feb 2024 05:26:07 -0800 [thread overview]
Message-ID: <Zctt74KR4lZ8CeV0@gmail.com> (raw)
In-Reply-To: <045f7cdb-7f99-4182-8c75-097be8a5a7d0@lunn.ch>
On Tue, Feb 13, 2024 at 02:19:39PM +0100, Andrew Lunn wrote:
> On Tue, Feb 13, 2024 at 03:21:21AM -0800, Breno Leitao wrote:
> > W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
> > Add descriptions to the PHY MDIO helpers.
> >
> > Signed-off-by: Breno Leitao <leitao@debian.org>
> > ---
> > drivers/net/phy/mdio_devres.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/net/phy/mdio_devres.c b/drivers/net/phy/mdio_devres.c
> > index 69b829e6ab35..8921fa22bdbd 100644
> > --- a/drivers/net/phy/mdio_devres.c
> > +++ b/drivers/net/phy/mdio_devres.c
> > @@ -131,4 +131,5 @@ int __devm_of_mdiobus_register(struct device *dev, struct mii_bus *mdio,
> > EXPORT_SYMBOL(__devm_of_mdiobus_register);
> > #endif /* CONFIG_OF_MDIO */
> >
> > +MODULE_DESCRIPTION("Network PHY MDIO devres helpers");
>
> "Network MDIO bus devres helpers"
>
> There is nothing PHY related in here, its all mdio bus.
Thanks. I will update!
next prev parent reply other threads:[~2024-02-13 13:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-13 11:21 [PATCH net 0/7] Fix MODULE_DESCRIPTION() for net (p6) Breno Leitao
2024-02-13 11:21 ` [PATCH net 1/7] net: fill in MODULE_DESCRIPTION()s for xen-netback Breno Leitao
2024-02-13 11:37 ` Paul Durrant
2024-02-13 11:21 ` [PATCH net 2/7] net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelb Breno Leitao
2024-02-13 11:21 ` [PATCH net 3/7] net: fill in MODULE_DESCRIPTION()s for plip Breno Leitao
2024-02-13 11:21 ` [PATCH net 4/7] net: fill in MODULE_DESCRIPTION()s for fddik/skfp Breno Leitao
2024-02-13 11:21 ` [PATCH net 5/7] net: fill in MODULE_DESCRIPTION()s for ppp Breno Leitao
2024-02-13 11:21 ` [PATCH net 6/7] net: fill in MODULE_DESCRIPTION()s for mdio_devres Breno Leitao
2024-02-13 13:19 ` Andrew Lunn
2024-02-13 13:26 ` Breno Leitao [this message]
2024-02-13 11:21 ` [PATCH net 7/7] net: fill in MODULE_DESCRIPTION()s for missing arcnet Breno Leitao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zctt74KR4lZ8CeV0@gmail.com \
--to=leitao@debian.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hkallweit1@gmail.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.