projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7534b
)
greybus: ap: fix typo in comment
author
Johan Hovold
<johan@hovoldconsulting.com>
Thu, 19 Mar 2015 15:46:15 +0000
(16:46 +0100)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/ap.c
b/drivers/staging/greybus/ap.c
index d5edef90df487d494b25b1e1bd9d937606c70847..10f3b4d2443d42bcc04c45a16c3a1cdd325fc957 100644
(file)
--- a/
drivers/staging/greybus/ap.c
+++ b/
drivers/staging/greybus/ap.c
@@
-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 le
a
st 3 bytes big */
dev_err(hd->parent,
"Illegal size of svc hotplug message %d\n",
payload_length);