summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorVenkat Rao Bagalkote <venkat88@linux.ibm.com>2026-04-10 18:02:48 +0300
committerSteve French <stfrench@microsoft.com>2026-04-10 19:25:17 +0300
commitbc1a64d23641669b60d35dfaed77666a1983bad5 (patch)
tree01be111fcbb055fa9cef46ffe46c6dbac14f2170 /fs
parent3df690bba28edec865cf7190be10708ad0ddd67e (diff)
downloadlinux-bc1a64d23641669b60d35dfaed77666a1983bad5.tar.xz
smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
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. Reviewed-by: Saket Kumar Bhaskar <skb99@linux.ibm.com> Reviewed-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/smb/client/smb1maperror_test.c1
1 files changed, 1 insertions, 0 deletions
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");