From: wangjianli Date: Sun, 24 Jul 2022 07:34:18 +0000 (+0800) Subject: drivers/remoteproc: fix repeated words in comments X-Git-Tag: v6.1-rc5~646^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf24ecc85a6329a8f3c3c5e8fd4834f08348b86f;p=platform%2Fkernel%2Flinux-starfive.git drivers/remoteproc: fix repeated words in comments Delete the redundant word 'in'. Signed-off-by: wangjianli Link: https://lore.kernel.org/r/20220724073418.15793-1-wangjianli@cdjrlc.com Signed-off-by: Mathieu Poirier --- diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index 12f0f0fb0bce..89832399e028 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c @@ -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);