Skip to content

Commit

Permalink
drivers/remoteproc: fix repeated words in comments
Browse files Browse the repository at this point in the history
 Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220724073418.15793-1-wangjianli@cdjrlc.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
  • Loading branch information
wangjianli authored and Mathieu Poirier committed Jul 25, 2022
1 parent 08333b9 commit bf24ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/remoteproc/remoteproc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ static int rproc_handle_carveout(struct rproc *rproc,
return 0;
}

/* Register carveout in in list */
/* Register carveout in list */
carveout = rproc_mem_entry_init(dev, NULL, 0, rsc->len, rsc->da,
rproc_alloc_carveout,
rproc_release_carveout, rsc->name);
Expand Down

0 comments on commit bf24ecc

Please sign in to comment.