aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
diff options
context:
space:
mode:
authorGravatar Colin Ian King <colin.i.king@gmail.com> 2023-05-22 10:02:52 +0100
committerGravatar Alex Deucher <alexander.deucher@amd.com> 2023-06-09 10:45:43 -0400
commit9f77af014cbc3b77a2f5b8cbce8262ff97e94aa7 (patch)
treec14da81920d7d57afd9eb1319c5c9422727a129f /drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
parentdrm/amd/pm: Fix output of pp_od_clk_voltage (diff)
downloadlinux-9f77af014cbc3b77a2f5b8cbce8262ff97e94aa7.tar.gz
linux-9f77af014cbc3b77a2f5b8cbce8262ff97e94aa7.tar.bz2
linux-9f77af014cbc3b77a2f5b8cbce8262ff97e94aa7.zip
drm/amdgpu: Fix a couple of spelling mistakes in info and debug messages
There are a couple of spelling mistakes, one in a dev_info message and the other in a dev_debug message. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
index daeb6bcc9245..e9586a0dc335 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
@@ -359,7 +359,7 @@ int amdgpu_xcp_open_device(struct amdgpu_device *adev,
file_priv->minor->index, i);
return -ENOENT;
}
- dev_dbg(adev->dev, "renderD%d partition %d openned!",
+ dev_dbg(adev->dev, "renderD%d partition %d opened!",
file_priv->minor->index, i);
fpriv->xcp_id = i;
break;