Commit bf24ecc8 authored by wangjianli's avatar wangjianli Committed by Mathieu Poirier

drivers/remoteproc: fix repeated words in comments

 Delete the redundant word 'in'.
Signed-off-by: default avatarwangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220724073418.15793-1-wangjianli@cdjrlc.comSigned-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent 08333b91
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment