aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangjianli <[email protected]>2022-09-08 20:32:37 +0800
committerMathieu Poirier <[email protected]>2022-09-19 15:32:27 -0600
commit698ae3d76bcbc622d2882f03477ad1dd8179739f (patch)
treedc0466662bb4ba9ffe22c9629cfa5c5ecc098786
parent729c16326b7f3f4e83e4195f620a6ca0b7dfa25a (diff)
drivers/remoteproc: Fix repeated words in comments
Delete the redundant word 'in'. Signed-off-by: wangjianli <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
-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 e5279ed9a8d7..6e8849f0df18 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
@@ -346,7 +346,7 @@ int rproc_alloc_vring(struct rproc_vdev *rvdev, int i)
if (rproc_check_carveout_da(rproc, mem, rsc->vring[i].da, size))
return -ENOMEM;
} else {
- /* Register carveout in in list */
+ /* Register carveout in list */
mem = rproc_mem_entry_init(dev, NULL, 0,
size, rsc->vring[i].da,
rproc_alloc_carveout,