ehci-hcd: Fix typo in an error message
authorOzan Çağlayan <ozan@pardus.org.tr>
Tue, 13 Oct 2009 05:37:09 +0000 (08:37 +0300)
committerJiri Kosina <jkosina@suse.cz>
Fri, 4 Dec 2009 14:39:46 +0000 (15:39 +0100)
The correct word is handshake.

Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/usb/host/ehci-hcd.c

index 9835e07..a68eb2c 100644 (file)
@@ -209,7 +209,7 @@ static int handshake_on_error_set_halt(struct ehci_hcd *ehci, void __iomem *ptr,
        if (error) {
                ehci_halt(ehci);
                ehci_to_hcd(ehci)->state = HC_STATE_HALT;
-               ehci_err(ehci, "force halt; handhake %p %08x %08x -> %d\n",
+               ehci_err(ehci, "force halt; handshake %p %08x %08x -> %d\n",
                        ptr, mask, done, error);
        }