mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
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:
committed by
Greg Kroah-Hartman
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);
|
||||
|
||||
Reference in New Issue
Block a user