mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drivers/remoteproc: fix repeated words in comments
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>
This commit is contained in:
parent
08333b911f
commit
bf24ecc85a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue