]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
authorVenkat Rao Bagalkote <venkat88@linux.ibm.com>
Fri, 10 Apr 2026 15:02:48 +0000 (20:32 +0530)
committerSteve French <stfrench@microsoft.com>
Fri, 10 Apr 2026 16:25:17 +0000 (11:25 -0500)
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>
fs/smb/client/smb1maperror_test.c

index 820c0dd3bcce128e0c36b5e9412ffb7b84ab6d6e..2caaf11228ef5384ff248a2d1850ceb0c91e7961 100644 (file)
@@ -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");