From: Johan Hovold Date: Thu, 19 Mar 2015 15:46:15 +0000 (+0100) Subject: greybus: ap: fix typo in comment X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1673 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69bae8910e558356a09f080a02b64d72a0990409;p=karo-tx-linux.git greybus: ap: fix typo in comment Fix typo in svc_hotplug comment. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- 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);