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:   Tue, 21 Jun 2022 19:00:55 -0700
From:   Joe Perches <joe@...ches.com>
To:     Zhang Jiaming <jiaming@...china.com>, airlied@...ux.ie,
        daniel@...ll.ch
Cc:     lyude@...hat.com, kherbst@...hat.com, bskeggs@...hat.com,
        dri-devel@...ts.freedesktop.org, nouveau@...ts.freedesktop.org,
        linux-kernel@...r.kernel.org, liqiong@...china.com,
        renyu@...china.com
Subject: Re: [PATCH] drm/nouveau/mmu: Fix a typo

On Wed, 2022-06-22 at 09:52 +0800, Zhang Jiaming wrote:
> There is a typo in comments. Change 'neeed' to 'need'.
[]
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
[]
> @@ -280,7 +280,7 @@ nvkm_vmm_unref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes)
>  	if (desc->type == SPT && (pgt->refs[0] || pgt->refs[1]))
>  		nvkm_vmm_unref_sptes(it, pgt, desc, ptei, ptes);
>  
> -	/* PT no longer neeed?  Destroy it. */
> +	/* PT no longer need?  Destroy it. */

needed

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ