diff options
author | Breno Leitao <leitao@debian.org> | 2024-02-14 07:27:41 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-15 08:03:46 -0800 |
commit | 538b22e74287864014b3be7481042fb904a0cc0d (patch) | |
tree | 89c644dd09222b2acf1af0d8234a1b36fd845b4c /drivers/net/arcnet/com90xx.c | |
parent | 9de69f0e99585d84baab4fbb0b3b97c02cf069f1 (diff) | |
download | lwn-538b22e74287864014b3be7481042fb904a0cc0d.tar.gz lwn-538b22e74287864014b3be7481042fb904a0cc0d.zip |
net: fill in MODULE_DESCRIPTION()s for missing arcnet
W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the ARC modules.
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/r/20240214152741.670178-8-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/arcnet/com90xx.c')
-rw-r--r-- | drivers/net/arcnet/com90xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/arcnet/com90xx.c b/drivers/net/arcnet/com90xx.c index f49dae194284..b3b287c16561 100644 --- a/drivers/net/arcnet/com90xx.c +++ b/drivers/net/arcnet/com90xx.c @@ -645,6 +645,7 @@ static void com90xx_copy_from_card(struct net_device *dev, int bufnum, TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); } +MODULE_DESCRIPTION("ARCnet COM90xx normal chipset driver"); MODULE_LICENSE("GPL"); static int __init com90xx_init(void) |