diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_driver.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_driver.c b/drivers/infiniband/hw/ipath/ipath_driver.c index 2cad7335681b..29b3823bfa4a 100644 --- a/drivers/infiniband/hw/ipath/ipath_driver.c +++ b/drivers/infiniband/hw/ipath/ipath_driver.c | |||
@@ -87,7 +87,7 @@ module_param_named(linkrecovery, ipath_linkrecovery, uint, S_IWUSR | S_IRUGO); | |||
87 | MODULE_PARM_DESC(linkrecovery, "enable workaround for link recovery issue"); | 87 | MODULE_PARM_DESC(linkrecovery, "enable workaround for link recovery issue"); |
88 | 88 | ||
89 | MODULE_LICENSE("GPL"); | 89 | MODULE_LICENSE("GPL"); |
90 | MODULE_AUTHOR("QLogic <support@pathscale.com>"); | 90 | MODULE_AUTHOR("QLogic <support@qlogic.com>"); |
91 | MODULE_DESCRIPTION("QLogic InfiniPath driver"); | 91 | MODULE_DESCRIPTION("QLogic InfiniPath driver"); |
92 | 92 | ||
93 | const char *ipath_ibcstatus_str[] = { | 93 | const char *ipath_ibcstatus_str[] = { |