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, 21 Jul 2022 04:08:54 -0400
From:   Rodrigo Vivi <rodrigo.vivi@...el.com>
To:     Andrzej Hajda <andrzej.hajda@...el.com>
CC:     Jason Wang <wangborong@...rlc.com>, <daniel@...ll.ch>,
        <michal.winiarski@...el.com>, <airlied@...ux.ie>,
        <intel-gfx@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>,
        <dri-devel@...ts.freedesktop.org>, <zhou1615@....edu>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo

On Wed, Jul 20, 2022 at 06:56:16PM +0200, Andrzej Hajda wrote:
> On 16.07.2022 06:05, Jason Wang wrote:
> > Fix the double `wait' typo in comment.
> > 
> > Signed-off-by: Jason Wang <wangborong@...rlc.com>
> > ---
> >   drivers/gpu/drm/i915/selftests/i915_request.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/gpu/drm/i915/selftests/i915_request.c b/drivers/gpu/drm/i915/selftests/i915_request.c
> > index c56a0c2cd2f7..ec05f578a698 100644
> > --- a/drivers/gpu/drm/i915/selftests/i915_request.c
> > +++ b/drivers/gpu/drm/i915/selftests/i915_request.c
> > @@ -971,7 +971,7 @@ static struct i915_vma *empty_batch(struct drm_i915_private *i915)
> >   	if (err)
> >   		goto err;
> > -	/* Force the wait wait now to avoid including it in the benchmark */
> > +	/* Force the wait now to avoid including it in the benchmark */
> >   	err = i915_vma_sync(vma);
> >   	if (err)
> >   		goto err_pin;
> 
> Reviewed-by: Andrzej Hajda <andrzej.hajda@...el.com>

Thanks for the patch and review. Pushed to drm-intel-gt-next.

> 
> Regards
> Andrzej

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ