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] [day] [month] [year] [list]
Date:   Wed, 15 Dec 2021 09:02:39 +0800
From:   Xu Yilun <yilun.xu@...el.com>
To:     Russ Weight <russell.h.weight@...el.com>
Cc:     trix@...hat.com, mdf@...nel.org, hao.wu@...el.com,
        linux-fpga@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fpga: stratix10-soc: cleanup double word in comment

On Tue, Dec 14, 2021 at 08:59:45AM -0800, Russ Weight wrote:
> 
> 
> On 12/14/21 7:47 AM, trix@...hat.com wrote:
> > From: Tom Rix <trix@...hat.com>
> >
> > There are two that's in the comment, remove one.
> >
> > Signed-off-by: Tom Rix <trix@...hat.com>
> Reviewed-by: Russ Weight <russell.h.weight@...el.com>

Acked-by: Xu Yilun <yilun.xu@...el.com>

Thanks,
Yilun

> 
> > ---
> >  drivers/fpga/stratix10-soc.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/fpga/stratix10-soc.c b/drivers/fpga/stratix10-soc.c
> > index 357cea58ec98e..862069c95aa3c 100644
> > --- a/drivers/fpga/stratix10-soc.c
> > +++ b/drivers/fpga/stratix10-soc.c
> > @@ -245,7 +245,7 @@ static int s10_send_buf(struct fpga_manager *mgr, const char *buf, size_t count)
> >  	int ret;
> >  	uint i;
> >  
> > -	/* get/lock a buffer that that's not being used */
> > +	/* get/lock a buffer that is not being used */
> >  	for (i = 0; i < NUM_SVC_BUFS; i++)
> >  		if (!test_and_set_bit_lock(SVC_BUF_LOCK,
> >  					   &priv->svc_bufs[i].lock))

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ