Skip to content

Commit bf24ecc

Browse files
wangjianlimathieupoirier
authored andcommitted
drivers/remoteproc: fix repeated words in comments
Delete the redundant word 'in'. Signed-off-by: wangjianli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent 08333b9 commit bf24ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/remoteproc/remoteproc_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ static int rproc_handle_carveout(struct rproc *rproc,
972972
return 0;
973973
}
974974

975-
/* Register carveout in in list */
975+
/* Register carveout in list */
976976
carveout = rproc_mem_entry_init(dev, NULL, 0, rsc->len, rsc->da,
977977
rproc_alloc_carveout,
978978
rproc_release_carveout, rsc->name);

0 commit comments

Comments
 (0)