[CASSINI]: Fix printk message typo.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 25 May 2007 03:59:26 +0000 (20:59 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 31 May 2007 08:23:22 +0000 (01:23 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cassini.c

index 9fe3a38..59b9943 100644 (file)
@@ -4920,7 +4920,7 @@ static int __devinit cas_init_one(struct pci_dev *pdev,
        pci_cmd |= PCI_COMMAND_PARITY;
        pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
        if (pci_set_mwi(pdev))
-               printk(KERN_WARNING PFX "Could enable MWI for %s\n",
+               printk(KERN_WARNING PFX "Could not enable MWI for %s\n",
                       pci_name(pdev));
 
        /*