From: jeandelu@tutamail.com
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: Linux Parisc <linux-parisc@vger.kernel.org>,
Deller <deller@gmx.de>,
James Bottomley <james.bottomley@hansenpartnership.com>
Subject: [PATCH] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()
Date: Sat, 8 Aug 2026 15:05:45 +0200 (CEST) [thread overview]
Message-ID: <OzWTc1E--F-9@tutamail.com> (raw)
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
next reply other threads:[~2026-08-08 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-08 13:05 jeandelu [this message]
2026-08-08 13:38 ` [PATCH v2] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION() jean delu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=OzWTc1E--F-9@tutamail.com \
--to=jeandelu@tutamail.com \
--cc=deller@gmx.de \
--cc=james.bottomley@hansenpartnership.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.