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:
parent
0b7534b86d
commit
69bae8910e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user