diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-09-23 17:26:30 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-10-23 11:42:15 -0500 |
commit | d91ab4e7df0c0c9f98c830e04e875f39d41b21f6 (patch) | |
tree | 0768d551947fc6d7d3bd0688dcb8b4074cb45f3a /drivers/scsi/aic7xxx/aic79xx_pci.c | |
parent | d777aaf386ba71d6fbe803c015330a766cad53d8 (diff) | |
download | op-kernel-dev-d91ab4e7df0c0c9f98c830e04e875f39d41b21f6.zip op-kernel-dev-d91ab4e7df0c0c9f98c830e04e875f39d41b21f6.tar.gz |
[SCSI] aic79xx: user visible misuse wrong SI units (not disk size!)
MHZ not Mhz for SI unit pedants
Closes bug #6422
Signed-off-by: Alan Cox <alan@redhat.com>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx_pci.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_pci.c b/drivers/scsi/aic7xxx/aic79xx_pci.c index 9471caf..a734d77 100644 --- a/drivers/scsi/aic7xxx/aic79xx_pci.c +++ b/drivers/scsi/aic7xxx/aic79xx_pci.c @@ -223,10 +223,10 @@ static const char *pci_bus_modes[] = "PCI bus mode unknown", "PCI bus mode unknown", "PCI bus mode unknown", - "PCI-X 101-133Mhz", - "PCI-X 67-100Mhz", - "PCI-X 50-66Mhz", - "PCI 33 or 66Mhz" + "PCI-X 101-133MHz", + "PCI-X 67-100MHz", + "PCI-X 50-66MHz", + "PCI 33 or 66MHz" }; #define TESTMODE 0x00000800ul |