PCI: Fix typo in Thunderbolt kernel message
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 1 Apr 2015 02:38:38 +0000 (19:38 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 8 Apr 2015 19:34:53 +0000 (14:34 -0500)
Fix a typo in one of the kernel messages.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c

index 85f247e28a806a512861864e05e5279688094003..c619fce20957c660a52be11226da605bfe3753ef 100644 (file)
@@ -3182,7 +3182,7 @@ static void quirk_apple_wait_for_thunderbolt(struct pci_dev *dev)
                        || nhi->subsystem_vendor != 0x2222
                        || nhi->subsystem_device != 0x1111)
                goto out;
-       dev_info(&dev->dev, "quirk: wating for thunderbolt to reestablish pci tunnels...\n");
+       dev_info(&dev->dev, "quirk: waiting for thunderbolt to reestablish PCI tunnels...\n");
        device_pm_wait_for_dev(&dev->dev, &nhi->dev);
 out:
        pci_dev_put(nhi);