staging: lustre: lnet: lnet: Module is LNet, not Portals
authorMike Shuey <shuey@purdue.edu>
Tue, 19 May 2015 14:14:35 +0000 (10:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 00:35:37 +0000 (09:35 +0900)
Fix the module version to match upstream development.

Signed-off-by: Mike Shuey <shuey@purdue.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/module.c

index ff3f83172b14ae13faf356beaf70111f3ae54392..f73d6446839602b372a2577d217f26e7ad897250 100644 (file)
@@ -147,7 +147,7 @@ fini_lnet(void)
 }
 
 MODULE_AUTHOR("Peter J. Braam <braam@clusterfs.com>");
-MODULE_DESCRIPTION("Portals v3.1");
+MODULE_DESCRIPTION("LNet v3.1");
 MODULE_LICENSE("GPL");
 MODULE_VERSION("1.0.0");