Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1695219 > unrolled thread

[PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support"

Started byColin King <colin.king@canonical.com>
First post2017-07-25 00:50 +0200
Last post2017-07-25 17:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support" Colin King <colin.king@canonical.com> - 2017-07-25 00:50 +0200
    Re: [PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support" Alex Deucher <alexdeucher@gmail.com> - 2017-07-25 17:50 +0200

#1695219 — [PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support"

FromColin King <colin.king@canonical.com>
Date2017-07-25 00:50 +0200
Subject[PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support"
Message-ID<u6UkN-2Vc-1@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in WARN_ONCE message

Signed-off-by: Colin Ian King <colin.king@canoical.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
index 5795f81369f0..06f11e2a32af 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
@@ -1301,7 +1301,7 @@ static int amdgpu_vm_update_ptes(struct amdgpu_pte_update_params *params,
 
 		if (params->shadow) {
 			if (WARN_ONCE(use_cpu_update,
-				"CPU VM update doesn't suuport shadow pages"))
+				"CPU VM update doesn't support shadow pages"))
 				return 0;
 
 			if (!pt->shadow)
-- 
2.11.0

[toc] | [next] | [standalone]


#1695874

FromAlex Deucher <alexdeucher@gmail.com>
Date2017-07-25 17:50 +0200
Message-ID<u7afU-4DI-29@gated-at.bofh.it>
In reply to#1695219
On Tue, Jul 25, 2017 at 4:40 AM, Christian König
<christian.koenig@amd.com> wrote:
> Am 25.07.2017 um 00:45 schrieb Colin King:
>>
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistake in WARN_ONCE message
>>
>> Signed-off-by: Colin Ian King <colin.king@canoical.com>

This is actually already fixed in code slated to go upstream in the next kernel.

Alex


>
>
> Reviewed-by: Christian König <christian.koenig@amd.com>
>
>> ---
>>   drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> index 5795f81369f0..06f11e2a32af 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
>> @@ -1301,7 +1301,7 @@ static int amdgpu_vm_update_ptes(struct
>> amdgpu_pte_update_params *params,
>>                 if (params->shadow) {
>>                         if (WARN_ONCE(use_cpu_update,
>> -                               "CPU VM update doesn't suuport shadow
>> pages"))
>> +                               "CPU VM update doesn't support shadow
>> pages"))
>>                                 return 0;
>>                         if (!pt->shadow)
>
>
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web