* [PATCH] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()
@ 2026-08-08 13:05 jeandelu
2026-08-08 13:38 ` [PATCH v2] " jean delu
0 siblings, 1 reply; 2+ messages in thread
From: jeandelu @ 2026-08-08 13:05 UTC (permalink / raw)
To: Linux Kernel; +Cc: Linux Parisc, Deller, James Bottomley
From 3b7e5273ab695749b1851f1d3f3f2bebcfa5814c Mon Sep 17 00:00:00 2001
From: jean delu <jeandelu@tutamail.com>
Date: Sat, 8 Aug 2026 13:56:32 +0200
Subject: [PATCH] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()
drivers/parisc/eisa_eeprom.c is a standalone module (it has
MODULE_LICENSE() and module_init()) but is missing the
MODULE_DESCRIPTION() macro, so modpost emits a warning about it.
Add the missing description.
Signed-off-by: jean delu <jeandelu@tutamail.com>
---
drivers/parisc/eisa_eeprom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/parisc/eisa_eeprom.c b/drivers/parisc/eisa_eeprom.c
index 601cbb225..adc3c7e82 100644
--- a/drivers/parisc/eisa_eeprom.c
+++ b/drivers/parisc/eisa_eeprom.c
@@ -94,6 +94,7 @@ static int __init eisa_eeprom_init(void)
return 0;
}
+MODULE_DESCRIPTION("EISA eeprom misc driver");
MODULE_LICENSE("GPL");
module_init(eisa_eeprom_init);
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v2] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()
2026-08-08 13:05 [PATCH] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION() jeandelu
@ 2026-08-08 13:38 ` jean delu
0 siblings, 0 replies; 2+ messages in thread
From: jean delu @ 2026-08-08 13:38 UTC (permalink / raw)
To: linux-parisc
Cc: Helge Deller, James E . J . Bottomley, linux-kernel, jean delu
drivers/parisc/eisa_eeprom.c is a standalone module (it has
MODULE_LICENSE() and module_init()) but is missing the
MODULE_DESCRIPTION() macro, so modpost emits a warning about it.
Add the missing description.
Signed-off-by: jean delu <jeandelu@cock.li>
---
Sorry about my first submission: my mail client mangled the patch and
it could not be applied. I am resending it via git send-email as plain
text, this time intact. Thanks for your patience.
drivers/parisc/eisa_eeprom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/parisc/eisa_eeprom.c b/drivers/parisc/eisa_eeprom.c
index 601cbb225..adc3c7e82 100644
--- a/drivers/parisc/eisa_eeprom.c
+++ b/drivers/parisc/eisa_eeprom.c
@@ -94,6 +94,7 @@ static int __init eisa_eeprom_init(void)
return 0;
}
+MODULE_DESCRIPTION("EISA eeprom misc driver");
MODULE_LICENSE("GPL");
module_init(eisa_eeprom_init);
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-09 9:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-08 13:05 [PATCH] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION() jeandelu
2026-08-08 13:38 ` [PATCH v2] " jean delu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox