projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e627e
)
ehci-hcd: Fix typo in an error message
author
Ozan Çağlayan
<ozan@pardus.org.tr>
Tue, 13 Oct 2009 05:37:09 +0000
(08:37 +0300)
committer
Jiri 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ehci-hcd.c
b/drivers/usb/host/ehci-hcd.c
index 9835e0713943397fde9b5200f58fa36ab7db547a..a68eb2c87c3e4992d098f7dfaf04ca8a5ec1dc8a 100644
(file)
--- 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; hand
s
hake %p %08x %08x -> %d\n",
ptr, mask, done, error);
}