dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/amdgpu: Fix spelling mistake "disabed" -> "disabled"
@ 2021-03-11  9:28 Colin King
  2021-03-11 15:38 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-03-11  9:28 UTC (permalink / raw)
  To: Alex Deucher, Christian König, David Airlie, Daniel Vetter,
	amd-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a drm debug message. Fix it.

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

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 617e62e1eff9..dcbae9237cfa 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3464,7 +3464,7 @@ int amdgpu_device_init(struct amdgpu_device *adev,
 				      adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
 				      adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH ||
 				      adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC)) {
-					DRM_DEBUG("IP %s disabed for hw_init.\n",
+					DRM_DEBUG("IP %s disabled for hw_init.\n",
 						adev->ip_blocks[i].version->funcs->name);
 					adev->ip_blocks[i].status.hw = true;
 				}
-- 
2.30.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] drm/amdgpu: Fix spelling mistake "disabed" -> "disabled"
  2021-03-11  9:28 [PATCH][next] drm/amdgpu: Fix spelling mistake "disabed" -> "disabled" Colin King
@ 2021-03-11 15:38 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2021-03-11 15:38 UTC (permalink / raw)
  To: Colin King
  Cc: David Airlie, kernel-janitors, LKML,
	Maling list - DRI developers, amd-gfx list, Alex Deucher,
	Christian König

Applied.  Thanks!

Alex

On Thu, Mar 11, 2021 at 4:28 AM Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a drm debug message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index 617e62e1eff9..dcbae9237cfa 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -3464,7 +3464,7 @@ int amdgpu_device_init(struct amdgpu_device *adev,
>                                       adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
>                                       adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH ||
>                                       adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC)) {
> -                                       DRM_DEBUG("IP %s disabed for hw_init.\n",
> +                                       DRM_DEBUG("IP %s disabled for hw_init.\n",
>                                                 adev->ip_blocks[i].version->funcs->name);
>                                         adev->ip_blocks[i].status.hw = true;
>                                 }
> --
> 2.30.2
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-11 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11  9:28 [PATCH][next] drm/amdgpu: Fix spelling mistake "disabed" -> "disabled" Colin King
2021-03-11 15:38 ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).