From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 2/5] x86/mm: add testmmiotrace MODULE_DESCRIPTION()
Date: Tue, 30 Jul 2024 14:44:34 -0000 [thread overview]
Message-ID: <20240730-module_description_orphans-v1-2-7094088076c8@quicinc.com> (raw)
In-Reply-To: <20240730-module_description_orphans-v1-0-7094088076c8@quicinc.com>
Fix the following 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/mm/testmmiotrace.o
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
arch/x86/mm/testmmiotrace.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/mm/testmmiotrace.c b/arch/x86/mm/testmmiotrace.c
index bda73cb7a044..ae295659ca14 100644
--- a/arch/x86/mm/testmmiotrace.c
+++ b/arch/x86/mm/testmmiotrace.c
@@ -144,3 +144,4 @@ static void __exit cleanup(void)
module_init(init);
module_exit(cleanup);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Test module for mmiotrace");
--
2.42.0
next prev parent reply other threads:[~2024-07-30 14:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 14:44 [PATCH 0/5] treewide: add missing MODULE_DESCRIPTION() macros Jeff Johnson
2024-07-30 14:44 ` [PATCH 4/5] fsi: " Jeff Johnson
2024-07-30 14:44 ` [PATCH 1/5] crypto: arm/xor - add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-07-30 14:44 ` Jeff Johnson [this message]
2024-07-30 14:44 ` [PATCH 5/5] locking/ww_mutex/test: add MODULE_DESCRIPTION() Jeff Johnson
2024-07-30 14:50 ` Waiman Long
2024-07-30 14:45 ` [PATCH 3/5] cpufreq: powerpc: add missing MODULE_DESCRIPTION() macros Jeff Johnson
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=20240730-module_description_orphans-v1-2-7094088076c8@quicinc.com \
--to=quic_jjohnson@quicinc.com \
--cc=linux-aspeed@lists.ozlabs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox