diff options
author | Anna, Suman <s-anna@ti.com> | 2016-08-12 18:42:17 -0500 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-08-12 21:27:47 -0700 |
commit | 56324d7a229486136e0a1e95e935efceecced249 (patch) | |
tree | d466df97e8f0afab4a449fd2873f2a1f4df1c200 /drivers/remoteproc/da8xx_remoteproc.c | |
parent | b605ed8b2db63aea1e0ee9fce5513ae3ff8c8928 (diff) | |
download | linux-56324d7a229486136e0a1e95e935efceecced249.tar.gz linux-56324d7a229486136e0a1e95e935efceecced249.tar.bz2 linux-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/da8xx_remoteproc.c')
-rw-r--r-- | drivers/remoteproc/da8xx_remoteproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/da8xx_remoteproc.c b/drivers/remoteproc/da8xx_remoteproc.c index 009e56f67de2..12823d078e1e 100644 --- a/drivers/remoteproc/da8xx_remoteproc.c +++ b/drivers/remoteproc/da8xx_remoteproc.c @@ -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); } |