From: Mark Brown <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
---
drivers/usb/misc/usb3503.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/misc/usb3503.c b/drivers/usb/misc/usb3503.c
index ca0f789..777102e 100644
--- a/drivers/usb/misc/usb3503.c
+++ b/drivers/usb/misc/usb3503.c
@@ -140,7 +140,7 @@ static int usb3503_switch_mode(struct usb3503 *hub, enum
usb3503_mode mode)
break;
default:
- dev_err(dev, "unknown mode is request\n");
+ dev_err(dev, "unknown mode is requested\n");
err = -EINVAL;
break;
}
@@ -233,7 +233,7 @@ static int usb3503_probe(struct usb3503 *hub)
usb3503_switch_mode(hub, hub->mode);
- dev_info(dev, "%s: probed on %s mode\n", __func__,
+ dev_info(dev, "%s: probed in %s mode\n", __func__,
(hub->mode == USB3503_MODE_HUB) ? "hub" : "standby");
return 0;
--
1.8.4.rc1
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html