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:   Mon, 13 Dec 2021 09:28:46 +0800
From:   Xu Yilun <yilun.xu@...el.com>
To:     Tom Rix <trix@...hat.com>
Cc:     Jason Wang <wangborong@...rlc.com>, hao.wu@...el.com,
        mdf@...nel.org, linux-fpga@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fpga: stratix10-soc: fix typo in a comment

On Sun, Dec 12, 2021 at 08:19:00AM -0800, Tom Rix wrote:
> 
> On 12/11/21 7:19 PM, Jason Wang wrote:
> > The double `if' in the comment in line 288 is repeated. Remove one
> > of them from the comment.
> > 
> > Signed-off-by: Jason Wang <wangborong@...rlc.com>
> > ---
> >   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 357cea58ec98..e4f2e83a615b 100644
> > --- a/drivers/fpga/stratix10-soc.c
> > +++ b/drivers/fpga/stratix10-soc.c
> > @@ -285,7 +285,7 @@ static int s10_ops_write(struct fpga_manager *mgr, const char *buf,
> >   	/*
> >   	 * Loop waiting for buffers to be returned.  When a buffer is returned,
> > -	 * reuse it to send more data or free if if all data has been sent.
> > +	 * reuse it to send more data or free if all data has been sent.
> 
> This looks fine.
> 
> Reviewed-by: Tom Rix <trix@...hat.com>

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

Thanks,
Yilun

> 
> >   	 */
> >   	while (count > 0 || s10_free_buffer_count(mgr) != NUM_SVC_BUFS) {
> >   		reinit_completion(&priv->status_return_completion);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ