summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
diff options
context:
space:
mode:
authorAnna, Suman <s-anna@ti.com>2016-08-12 18:42:17 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-08-12 21:27:47 -0700
commit56324d7a229486136e0a1e95e935efceecced249 (patch)
treed466df97e8f0afab4a449fd2873f2a1f4df1c200 /drivers/remoteproc/remoteproc_core.c
parentb605ed8b2db63aea1e0ee9fce5513ae3ff8c8928 (diff)
downloadlinux-stable-56324d7a229486136e0a1e95e935efceecced249.tar.gz
linux-stable-56324d7a229486136e0a1e95e935efceecced249.tar.bz2
linux-stable-56324d7a229486136e0a1e95e935efceecced249.zip
remoteproc: fix couple of minor typos
Fix couple of minor mis-spelled words in all the remoteproc source files. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/remoteproc_core.c')
-rw-r--r--drivers/remoteproc/remoteproc_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
index 3a9982b8e8c2..e1644c992839 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
@@ -969,7 +969,7 @@ static int rproc_add_virtio_devices(struct rproc *rproc)
* rproc_trigger_recovery() - recover a remoteproc
* @rproc: the remote processor
*
- * The recovery is done by reseting all the virtio devices, that way all the
+ * The recovery is done by resetting all the virtio devices, that way all the
* rpmsg drivers will be reseted along with the remote processor making the
* remoteproc functional again.
*