remoteproc: fix couple of minor typos
authorAnna, Suman <s-anna@ti.com>
Fri, 12 Aug 2016 23:42:17 +0000 (18:42 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 13 Aug 2016 04:27:47 +0000 (21:27 -0700)
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>
drivers/remoteproc/da8xx_remoteproc.c
drivers/remoteproc/remoteproc_core.c

index 009e56f67de239779e3710bffc1b430257441ea3..12823d078e1ebb375e938fbe2a7c4cc81a57d19c 100644 (file)
@@ -147,7 +147,7 @@ static void da8xx_rproc_kick(struct rproc *rproc, int vqid)
 {
        struct da8xx_rproc *drproc = (struct da8xx_rproc *)rproc->priv;
 
-       /* Interupt remote proc */
+       /* Interrupt remote proc */
        writel(SYSCFG_CHIPSIG2, drproc->chipsig);
 }
 
index 3a9982b8e8c2d7362cb94e50da439ea604a10ed0..e1644c992839d5d0c39a0792377c7192ad0b1020 100644 (file)
@@ -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.
  *
This page took 0.02877 seconds and 5 git commands to generate.