Commit 56324d7a authored by Anna, Suman's avatar Anna, Suman Committed by Bjorn Andersson

remoteproc: fix couple of minor typos

Fix couple of minor mis-spelled words in all the remoteproc
source files.
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent b605ed8b
...@@ -147,7 +147,7 @@ static void da8xx_rproc_kick(struct rproc *rproc, int vqid) ...@@ -147,7 +147,7 @@ static void da8xx_rproc_kick(struct rproc *rproc, int vqid)
{ {
struct da8xx_rproc *drproc = (struct da8xx_rproc *)rproc->priv; struct da8xx_rproc *drproc = (struct da8xx_rproc *)rproc->priv;
/* Interupt remote proc */ /* Interrupt remote proc */
writel(SYSCFG_CHIPSIG2, drproc->chipsig); writel(SYSCFG_CHIPSIG2, drproc->chipsig);
} }
......
...@@ -969,7 +969,7 @@ static int rproc_add_virtio_devices(struct rproc *rproc) ...@@ -969,7 +969,7 @@ static int rproc_add_virtio_devices(struct rproc *rproc)
* rproc_trigger_recovery() - recover a remoteproc * rproc_trigger_recovery() - recover a remoteproc
* @rproc: the remote processor * @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 * rpmsg drivers will be reseted along with the remote processor making the
* remoteproc functional again. * remoteproc functional again.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment