Skip to content

Commit

Permalink
PCI: Fix typo in Thunderbolt kernel message
Browse files Browse the repository at this point in the history
Fix a typo in one of the kernel messages.

Signed-off-by: Darrick J. Wong <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
djwong authored and bjorn-helgaas committed Apr 8, 2015
1 parent c517d83 commit c89ac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c89ac44

Please sign in to comment.