]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: ap: fix typo in comment
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 19 Mar 2015 15:46:15 +0000 (16:46 +0100)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 19 Mar 2015 16:27:08 +0000 (17:27 +0100)
Fix typo in svc_hotplug comment.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/ap.c

index d5edef90df487d494b25b1e1bd9d937606c70847..10f3b4d2443d42bcc04c45a16c3a1cdd325fc957 100644 (file)
@@ -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);