[PATCH v3] smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
From: Venkat Rao Bagalkote
Date: Fri Apr 10 2026 - 11:08:37 EST
On the latest linux-next following modpost warning is reported:
WARNING: modpost: missing MODULE_DESCRIPTION() in
fs/smb/client/smb1maperror_test.o
Add MODULE_DESCRIPTION() to the test module to fix the warning.
Signed-off-by: Venkat Rao Bagalkote <venkat88@xxxxxxxxxxxxx>
---
Changes in v3:
- Update MODULE_DESCRIPTION as suggested in review
fs/smb/client/smb1maperror_test.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/smb/client/smb1maperror_test.c b/fs/smb/client/smb1maperror_test.c
index 820c0dd3bcce..2caaf11228ef 100644
--- a/fs/smb/client/smb1maperror_test.c
+++ b/fs/smb/client/smb1maperror_test.c
@@ -74,3 +74,4 @@ static struct kunit_suite maperror_suite = {
kunit_test_suite(maperror_suite);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("KUnit tests of SMB1 maperror");
--
2.45.2