mbox series

[v1,net-next,0/2] Add missing MODULE_DESCRIPTIONS

Message ID 20231028184458.99448-1-andrew@lunn.ch (mailing list archive)
Headers show
Series Add missing MODULE_DESCRIPTIONS | expand

Message

Andrew Lunn Oct. 28, 2023, 6:44 p.m. UTC
Fixup PHY and MDIO drivers which are missing MODULE_DESCRIPTION.

Andrew Lunn (2):
  net: phy: fill in missing MODULE_DESCRIPTION()s
  net: mdio: fill in missing MODULE_DESCRIPTION()s

 drivers/net/mdio/acpi_mdio.c    | 1 +
 drivers/net/mdio/fwnode_mdio.c  | 1 +
 drivers/net/mdio/mdio-aspeed.c  | 1 +
 drivers/net/mdio/mdio-bitbang.c | 1 +
 drivers/net/mdio/of_mdio.c      | 1 +
 drivers/net/phy/bcm-phy-ptp.c   | 1 +
 drivers/net/phy/bcm87xx.c       | 1 +
 drivers/net/phy/phylink.c       | 1 +
 drivers/net/phy/sfp.c           | 1 +
 9 files changed, 9 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 2, 2023, 5:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 28 Oct 2023 20:44:56 +0200 you wrote:
> Fixup PHY and MDIO drivers which are missing MODULE_DESCRIPTION.
> 
> Andrew Lunn (2):
>   net: phy: fill in missing MODULE_DESCRIPTION()s
>   net: mdio: fill in missing MODULE_DESCRIPTION()s
> 
>  drivers/net/mdio/acpi_mdio.c    | 1 +
>  drivers/net/mdio/fwnode_mdio.c  | 1 +
>  drivers/net/mdio/mdio-aspeed.c  | 1 +
>  drivers/net/mdio/mdio-bitbang.c | 1 +
>  drivers/net/mdio/of_mdio.c      | 1 +
>  drivers/net/phy/bcm-phy-ptp.c   | 1 +
>  drivers/net/phy/bcm87xx.c       | 1 +
>  drivers/net/phy/phylink.c       | 1 +
>  drivers/net/phy/sfp.c           | 1 +
>  9 files changed, 9 insertions(+)

Here is the summary with links:
  - [v1,net-next,1/2] net: phy: fill in missing MODULE_DESCRIPTION()s
    https://git.kernel.org/netdev/net/c/dd9d75fcf0f4
  - [v1,net-next,2/2] net: mdio: fill in missing MODULE_DESCRIPTION()s
    https://git.kernel.org/netdev/net/c/031fba65fc20

You are awesome, thank you!