mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
lib: test_hmm: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_hmm.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Link: https://lkml.kernel.org/r/20240531-lib-md-test_hmm-v1-1-e4aa17daa57b@quicinc.com Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Cc: Jérôme Glisse <jglisse@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
a619dd3948
commit
3c666d0a32
1 changed files with 1 additions and 0 deletions
|
@ -1550,4 +1550,5 @@ static void __exit hmm_dmirror_exit(void)
|
|||
|
||||
module_init(hmm_dmirror_init);
|
||||
module_exit(hmm_dmirror_exit);
|
||||
MODULE_DESCRIPTION("HMM (Heterogeneous Memory Management) test module");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Add table
Reference in a new issue