lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 8 Sep 2022 20:13:37 +0530
From:   Mukesh Ojha <quic_mojha@...cinc.com>
To:     wangjianli <wangjianli@...rlc.com>, <andersson@...nel.org>,
        <mathieu.poirier@...aro.org>
CC:     <linux-remoteproc@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drivers/remoteproc: fix repeated words in comments

Hi,

On 9/8/2022 6:02 PM, wangjianli wrote:
> Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@...rlc.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@...cinc.com>

-Mukesh
>   		mem = rproc_mem_entry_init(dev, NULL, 0,
>   					   size, rsc->vring[i].da,
>   					   rproc_alloc_carveout,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ