greybus: ap: fix typo in comment

Fix typo in svc_hotplug comment.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Johan Hovold 2015-03-19 16:46:15 +01:00 committed by Greg Kroah-Hartman
parent 0b7534b86d
commit 69bae8910e

View 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);