diff options
author | Alexis Bruemmer <alexisb@us.ibm.com> | 2007-01-16 18:36:12 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-27 10:24:53 -0500 |
commit | 86b9c4c16a1589d05959af2d96d52a4352c6306e (patch) | |
tree | bad04e0d0927103daface720b75f11a5fe9eb774 /drivers/scsi/scsi_transport_sas.c | |
parent | 02cd743bb3a37f27681c487608fb819493fa4010 (diff) |
[SCSI] aic94xx: fix typos and update verison number
fix typos and bump version number
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Acked-by: Alexis Bruemmer <alexisb@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_transport_sas.c')
-rw-r--r-- | drivers/scsi/scsi_transport_sas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_sas.c b/drivers/scsi/scsi_transport_sas.c index bfbcf5fa72b9..ce232803f433 100644 --- a/drivers/scsi/scsi_transport_sas.c +++ b/drivers/scsi/scsi_transport_sas.c | |||
@@ -1638,7 +1638,7 @@ static void __exit sas_transport_exit(void) | |||
1638 | } | 1638 | } |
1639 | 1639 | ||
1640 | MODULE_AUTHOR("Christoph Hellwig"); | 1640 | MODULE_AUTHOR("Christoph Hellwig"); |
1641 | MODULE_DESCRIPTION("SAS Transphy Attributes"); | 1641 | MODULE_DESCRIPTION("SAS Transport Attributes"); |
1642 | MODULE_LICENSE("GPL"); | 1642 | MODULE_LICENSE("GPL"); |
1643 | 1643 | ||
1644 | module_init(sas_transport_init); | 1644 | module_init(sas_transport_init); |