From 69bae8910e558356a09f080a02b64d72a0990409 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Thu, 19 Mar 2015 16:46:15 +0100 Subject: [PATCH] greybus: ap: fix typo in comment Fix typo in svc_hotplug comment. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/ap.c b/drivers/staging/greybus/ap.c index d5edef90df48..10f3b4d2443d 100644 --- a/drivers/staging/greybus/ap.c +++ b/drivers/staging/greybus/ap.c @@ -169,7 +169,7 @@ static void svc_hotplug(struct svc_function_hotplug *hotplug, case SVC_HOTPLUG_EVENT: /* Add a new module to the system */ if (payload_length < 0x03) { - /* Hotplug message is at lest 3 bytes big */ + /* Hotplug message is at least 3 bytes big */ dev_err(hd->parent, "Illegal size of svc hotplug message %d\n", payload_length); -- 2.39.5