Commit 6b82b7c5 authored by Eric Sandeen's avatar Eric Sandeen Committed by Nathan Scott

[XFS] Make MODULE_AUTHOR consistent with other SGI modules

SGI Modid: 2.5.x-xfs:slinx:147518a
parent 890eaf13
...@@ -743,7 +743,7 @@ exit_xfs_fs( void ) ...@@ -743,7 +743,7 @@ exit_xfs_fs( void )
module_init(init_xfs_fs); module_init(init_xfs_fs);
module_exit(exit_xfs_fs); module_exit(exit_xfs_fs);
MODULE_AUTHOR("SGI <sgi.com>"); MODULE_AUTHOR("Silicon Graphics, Inc.");
MODULE_DESCRIPTION( MODULE_DESCRIPTION(
"SGI XFS " XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled"); "SGI XFS " XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/init.h> #include <linux/init.h>
MODULE_AUTHOR("SGI <sgi.com>"); MODULE_AUTHOR("Silicon Graphics, Inc.");
MODULE_DESCRIPTION("Additional kdb commands for debugging XFS"); MODULE_DESCRIPTION("Additional kdb commands for debugging XFS");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment