summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs2super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs2super.c')
-rw-r--r--fs/nfs/nfs2super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs2super.c b/fs/nfs/nfs2super.c
index 0a9782c9171a..b1badc70bd71 100644
--- a/fs/nfs/nfs2super.c
+++ b/fs/nfs/nfs2super.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2012 Netapp, Inc. All rights reserved.
*/
@@ -25,6 +26,7 @@ static void __exit exit_nfs_v2(void)
unregister_nfs_version(&nfs_v2);
}
+MODULE_DESCRIPTION("NFSv2 client support");
MODULE_LICENSE("GPL");
module_init(init_nfs_v2);