From: Ozan Çağlayan Date: Tue, 13 Oct 2009 05:37:09 +0000 (+0300) Subject: ehci-hcd: Fix typo in an error message X-Git-Tag: v2.6.33-rc1~342^2^2~24 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=65cb76baa1058d17d51ce948b697cdbd5dc97421;p=sfrench%2Fcifs-2.6.git ehci-hcd: Fix typo in an error message The correct word is handshake. Signed-off-by: Ozan Çağlayan Signed-off-by: Jiri Kosina --- diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 9835e0713943..a68eb2c87c3e 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -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); }