Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c89ac443 authored by Darrick J. Wong's avatar Darrick J. Wong Committed by Bjorn Helgaas
Browse files

PCI: Fix typo in Thunderbolt kernel message



Fix a typo in one of the kernel messages.

Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent c517d838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);