diff options
author | Breno Leitao <leitao@debian.org> | 2024-02-02 17:05:37 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-05 13:35:18 +0100 |
commit | 1c7bbea992c8051b6b53c230d3ad30bcbc5309c9 (patch) | |
tree | 9fbf0d3876b433d427515290983f1dac8a6d95d7 /drivers/net/ethernet/mscc/ocelot.c | |
parent | net: blackhole_dev: fix build warning for ethh set but not used (diff) | |
download | linux-1c7bbea992c8051b6b53c230d3ad30bcbc5309c9.tar.xz linux-1c7bbea992c8051b6b53c230d3ad30bcbc5309c9.zip |
net: ocelot: update the MODULE_DESCRIPTION()
commit 1c870c63d7d2 ("net: fill in MODULE_DESCRIPTION()s for ocelot")
got a suggestion from Vladimir Oltean after it had landed in net-next.
Rewrite the module description according to Vladimir's suggestion.
Fixes: 1c870c63d7d2 ("net: fill in MODULE_DESCRIPTION()s for ocelot")
Suggested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mscc/ocelot.c')
-rw-r--r-- | drivers/net/ethernet/mscc/ocelot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c index 2194f2a7ab27..ed2fb44500b0 100644 --- a/drivers/net/ethernet/mscc/ocelot.c +++ b/drivers/net/ethernet/mscc/ocelot.c @@ -3078,5 +3078,5 @@ void ocelot_deinit_port(struct ocelot *ocelot, int port) } EXPORT_SYMBOL(ocelot_deinit_port); -MODULE_DESCRIPTION("Microsemi Ocelot (VSC7514) Switch driver"); +MODULE_DESCRIPTION("Microsemi Ocelot switch family library"); MODULE_LICENSE("Dual MIT/GPL"); |