net: ocelot: update the MODULE_DESCRIPTION()
authorBreno Leitao <leitao@debian.org>
Fri, 2 Feb 2024 16:05:37 +0000 (08:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Feb 2024 12:35:18 +0000 (12:35 +0000)
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>
drivers/net/ethernet/mscc/ocelot.c

index 2194f2a7ab276f80aa7a586401e62807332201a3..ed2fb44500b0cb1a0fbfdae04c2568c4fa4fef8c 100644 (file)
@@ -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");