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
|
@ -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…
Reference in New Issue