public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/remoteproc: fix repeated words in comments
@ 2022-07-24  7:34 wangjianli
  2022-07-25 15:55 ` Mathieu Poirier
  0 siblings, 1 reply; 5+ messages in thread
From: wangjianli @ 2022-07-24  7:34 UTC (permalink / raw)
  To: bjorn.andersson, mathieu.poirier
  Cc: linux-remoteproc, linux-kernel, wangjianli

 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 02a04ab34a23..e3e68b5051bb 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
@@ -970,7 +970,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);
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] drivers/remoteproc: fix repeated words in comments
  2022-07-24  7:34 wangjianli
@ 2022-07-25 15:55 ` Mathieu Poirier
  0 siblings, 0 replies; 5+ messages in thread
From: Mathieu Poirier @ 2022-07-25 15:55 UTC (permalink / raw)
  To: wangjianli; +Cc: bjorn.andersson, linux-remoteproc, linux-kernel

On Sun, Jul 24, 2022 at 03:34:18PM +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(-)
> 
> diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
> index 02a04ab34a23..e3e68b5051bb 100644
> --- a/drivers/remoteproc/remoteproc_core.c
> +++ b/drivers/remoteproc/remoteproc_core.c
> @@ -970,7 +970,7 @@ static int rproc_handle_carveout(struct rproc *rproc,
>  		return 0;
>  	}
>  
> -	/* Register carveout in in list */
> +	/* Register carveout in list */

Applied.

Thanks,
Mathieu

>  	carveout = rproc_mem_entry_init(dev, NULL, 0, rsc->len, rsc->da,
>  					rproc_alloc_carveout,
>  					rproc_release_carveout, rsc->name);
> -- 
> 2.36.1
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] drivers/remoteproc: fix repeated words in comments
@ 2022-09-08 12:32 wangjianli
  2022-09-08 14:43 ` Mukesh Ojha
  2022-09-19 20:05 ` Mathieu Poirier
  0 siblings, 2 replies; 5+ messages in thread
From: wangjianli @ 2022-09-08 12:32 UTC (permalink / raw)
  To: andersson, mathieu.poirier; +Cc: linux-remoteproc, linux-kernel, wangjianli

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 */
 		mem = rproc_mem_entry_init(dev, NULL, 0,
 					   size, rsc->vring[i].da,
 					   rproc_alloc_carveout,
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] drivers/remoteproc: fix repeated words in comments
  2022-09-08 12:32 [PATCH] drivers/remoteproc: fix repeated words in comments wangjianli
@ 2022-09-08 14:43 ` Mukesh Ojha
  2022-09-19 20:05 ` Mathieu Poirier
  1 sibling, 0 replies; 5+ messages in thread
From: Mukesh Ojha @ 2022-09-08 14:43 UTC (permalink / raw)
  To: wangjianli, andersson, mathieu.poirier; +Cc: linux-remoteproc, linux-kernel

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,

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drivers/remoteproc: fix repeated words in comments
  2022-09-08 12:32 [PATCH] drivers/remoteproc: fix repeated words in comments wangjianli
  2022-09-08 14:43 ` Mukesh Ojha
@ 2022-09-19 20:05 ` Mathieu Poirier
  1 sibling, 0 replies; 5+ messages in thread
From: Mathieu Poirier @ 2022-09-19 20:05 UTC (permalink / raw)
  To: wangjianli; +Cc: andersson, linux-remoteproc, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-19 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 12:32 [PATCH] drivers/remoteproc: fix repeated words in comments wangjianli
2022-09-08 14:43 ` Mukesh Ojha
2022-09-19 20:05 ` Mathieu Poirier
  -- strict thread matches above, loose matches on Subject: below --
2022-07-24  7:34 wangjianli
2022-07-25 15:55 ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox