Skip to content

Commit 1c7bbea

Browse files
leitaodavem330
authored andcommitted
net: ocelot: update the MODULE_DESCRIPTION()
commit 1c870c6 ("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: 1c870c6 ("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>
1 parent 843a885 commit 1c7bbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mscc/ocelot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3078,5 +3078,5 @@ void ocelot_deinit_port(struct ocelot *ocelot, int port)
30783078
}
30793079
EXPORT_SYMBOL(ocelot_deinit_port);
30803080

3081-
MODULE_DESCRIPTION("Microsemi Ocelot (VSC7514) Switch driver");
3081+
MODULE_DESCRIPTION("Microsemi Ocelot switch family library");
30823082
MODULE_LICENSE("Dual MIT/GPL");

0 commit comments

Comments
 (0)