[U-Boot] [PATCH 02/18] usb: ehci: Correct a missing hypen in an error message

Simon Glass sjg at chromium.org
Tue Jul 7 00:47:41 CEST 2015


Add a hyphen to correct the grammar.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 drivers/usb/host/ehci-hcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index bf02221..b040f12 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -321,7 +321,7 @@ static void ehci_update_endpt2_dev_n_port(struct usb_device *udev,
 		struct udevice *dev = parent;
 
 		if (device_get_uclass_id(dev->parent) != UCLASS_USB_HUB) {
-			printf("ehci: Error cannot find high speed parent of usb-1 device\n");
+			printf("ehci: Error cannot find high-speed parent of usb-1 device\n");
 			return;
 		}
 
-- 
2.4.3.573.g4eafbef



More information about the U-Boot mailing list