Skip to content

Commit bc1a64d

Browse files
vrbagalkotsmfrench
authored andcommitted
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>
1 parent 3df690b commit bc1a64d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/smb/client/smb1maperror_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ static struct kunit_suite maperror_suite = {
7474
kunit_test_suite(maperror_suite);
7575

7676
MODULE_LICENSE("GPL");
77+
MODULE_DESCRIPTION("KUnit tests of SMB1 maperror");

0 commit comments

Comments
 (0)