diff options
author | Ralph Campbell <ralph.campbell@qlogic.com> | 2008-04-17 00:09:26 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-17 00:09:26 -0400 |
commit | 928e3e4bb9b0d3172bdb44d49b604fa6601078bb (patch) | |
tree | 22af9d33bb9b5585de2565a142e27e0791789cd6 /drivers/infiniband | |
parent | 4e96a774407b98c8095cfbd6c7202cb7fdf0d7be (diff) |
IB/ipath: Change the module author
Update the module author to the current email address.
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-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[] = { |