Commit 69bae891 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

greybus: ap: fix typo in comment

Fix typo in svc_hotplug comment.
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 0b7534b8
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment