diff mbox series

drivers/remoteproc: fix repeated words in comments

Message ID 20220908123237.16911-1-wangjianli@cdjrlc.com (mailing list archive)
State Accepted
Headers show
Series drivers/remoteproc: fix repeated words in comments | expand

Commit Message

wangjianli Sept. 8, 2022, 12:32 p.m. UTC
Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/remoteproc/remoteproc_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mukesh Ojha Sept. 8, 2022, 2:43 p.m. UTC | #1
Hi,

On 9/8/2022 6:02 PM, wangjianli wrote:
> Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>   drivers/remoteproc/remoteproc_core.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
> index e5279ed9a8d7..6e8849f0df18 100644
> --- a/drivers/remoteproc/remoteproc_core.c
> +++ b/drivers/remoteproc/remoteproc_core.c
> @@ -346,7 +346,7 @@ int rproc_alloc_vring(struct rproc_vdev *rvdev, int i)
>   		if (rproc_check_carveout_da(rproc, mem, rsc->vring[i].da, size))
>   			return -ENOMEM;
>   	} else {
> -		/* Register carveout in in list */
> +		/* Register carveout in list */

Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh
>   		mem = rproc_mem_entry_init(dev, NULL, 0,
>   					   size, rsc->vring[i].da,
>   					   rproc_alloc_carveout,
Mathieu Poirier Sept. 19, 2022, 8:05 p.m. UTC | #2
On Thu, Sep 08, 2022 at 08:32:37PM +0800, wangjianli wrote:
> Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  drivers/remoteproc/remoteproc_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied.

Thanks,
Mathieu

> diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
> index e5279ed9a8d7..6e8849f0df18 100644
> --- a/drivers/remoteproc/remoteproc_core.c
> +++ b/drivers/remoteproc/remoteproc_core.c
> @@ -346,7 +346,7 @@ int rproc_alloc_vring(struct rproc_vdev *rvdev, int i)
>  		if (rproc_check_carveout_da(rproc, mem, rsc->vring[i].da, size))
>  			return -ENOMEM;
>  	} else {
> -		/* Register carveout in in list */
> +		/* Register carveout in list */
>  		mem = rproc_mem_entry_init(dev, NULL, 0,
>  					   size, rsc->vring[i].da,
>  					   rproc_alloc_carveout,
> -- 
> 2.36.1
>
diff mbox series

Patch

diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
index e5279ed9a8d7..6e8849f0df18 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
@@ -346,7 +346,7 @@  int rproc_alloc_vring(struct rproc_vdev *rvdev, int i)
 		if (rproc_check_carveout_da(rproc, mem, rsc->vring[i].da, size))
 			return -ENOMEM;
 	} else {
-		/* Register carveout in in list */
+		/* Register carveout in list */
 		mem = rproc_mem_entry_init(dev, NULL, 0,
 					   size, rsc->vring[i].da,
 					   rproc_alloc_carveout,