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]
Message-ID: <20201109205829.GA23144@Gentoo>
Date:   Tue, 10 Nov 2020 02:28:29 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     Alex Deucher <alexdeucher@...il.com>
Cc:     "Deucher, Alexander" <alexander.deucher@....com>,
        Christian Koenig <christian.koenig@....com>,
        Dave Airlie <airlied@...ux.ie>,
        Daniel Vetter <daniel@...ll.ch>,
        amd-gfx list <amd-gfx@...ts.freedesktop.org>,
        Maling list - DRI developers 
        <dri-devel@...ts.freedesktop.org>,
        LKML <linux-kernel@...r.kernel.org>,
        linux-media <linux-media@...r.kernel.org>,
        "moderated list:DMA BUFFER SHARING FRAMEWORK" 
        <linaro-mm-sig@...ts.linaro.org>, Huang Rui <ray.huang@....com>,
        "Kazlauskas, Nicholas" <nicholas.kazlauskas@....com>,
        Jean Delvare <jdelvare@...e.de>,
        Greg KH <gregkh@...uxfoundation.org>
Subject: Re: [PATCH] drivers: amdgpu: amdgpu_display.c: Fix a spelling
 doens\'t to doesn\'t

On 14:47 Mon 09 Nov 2020, Alex Deucher wrote:
>On Mon, Nov 9, 2020 at 3:52 AM Bhaskar Chowdhury <unixbhaskar@...il.com> wrote:
>>
>> s/doens't/doesn't/p
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
>> ---
>>  drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
>> index 7cc7af2a6822..a92cb137293a 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
>> @@ -512,7 +512,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev,
>>          * to avoid hang caused by placement of scanout BO in GTT on certain
>>          * APUs. So force the BO placement to VRAM in case this architecture
>>          * will not allow USWC mappings.
>> -        * Also, don't allow GTT domain if the BO doens't have USWC falg set.
>> +        * Also, don't allow GTT domain if the BO doesn't have USWC falg set.
>
>Applied. Care to send a patch to also fix the spelling of "flag"?
>
>Thanks,
>
>Alex
>
Ah, good catch ..my bad ..should have move vigilant...another patch on the
way....
>
>>          */
>>         if ((bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) &&
>>             amdgpu_bo_support_uswc(bo_flags) &&
>> --
>> 2.26.2
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@...ts.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/dri-devel

Download attachment "signature.asc" of type "application/pgp-signature" (485 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ