summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/module.c
diff options
context:
space:
mode:
authorViresh Kumar2014-11-21 06:56:30 +0100
committerGreg Kroah-Hartman2014-11-21 21:25:57 +0100
commit696e0ccabd45d4aabf22d2b4a035c3b144a1607c (patch)
treefc321e158b97d42bdc6ca445690f920c28d2f34c /drivers/staging/greybus/module.c
parentgreybus: rename greybus_cport_in() (diff)
downloadkernel-qcow2-linux-696e0ccabd45d4aabf22d2b4a035c3b144a1607c.tar.gz
kernel-qcow2-linux-696e0ccabd45d4aabf22d2b4a035c3b144a1607c.tar.xz
kernel-qcow2-linux-696e0ccabd45d4aabf22d2b4a035c3b144a1607c.zip
greybus: Random spell fixes
Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/module.c')
-rw-r--r--drivers/staging/greybus/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/module.c b/drivers/staging/greybus/module.c
index f432bea3c818..f72e6aef4dc4 100644
--- a/drivers/staging/greybus/module.c
+++ b/drivers/staging/greybus/module.c
@@ -68,7 +68,7 @@ struct device_type greybus_module_type = {
};
/*
- * A Greybus module represents a user-replacable component on an Ara
+ * A Greybus module represents a user-replicable component on an Ara
* phone.
*
* Create a gb_module structure to represent a discovered module.