[PATCH] drm/amd/amdgpu: Fix typo
Alex Deucher
alexdeucher at gmail.com
Tue Mar 25 14:19:59 UTC 2025
Applied. Thanks!
Alex
On Tue, Mar 25, 2025 at 4:14 AM AnantaSrikar <srikarananta01 at gmail.com> wrote:
>
> From: Ananta Srikar <srikarananta01 at gmail.com>
>
> Fixes a typo in the word "version" in an error message.
>
> Signed-off-by: Ananta Srikar <srikarananta01 at gmail.com>
>
> ---
> drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
> index f9a4d08eef92..fccf6e255b82 100644
> --- a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
> @@ -646,7 +646,7 @@ static int mes_v11_0_misc_op(struct amdgpu_mes *mes,
> break;
> case MES_MISC_OP_CHANGE_CONFIG:
> if ((mes->adev->mes.sched_version & AMDGPU_MES_VERSION_MASK) < 0x63) {
> - dev_err(mes->adev->dev, "MES FW versoin must be larger than 0x63 to support limit single process feature.\n");
> + dev_err(mes->adev->dev, "MES FW version must be larger than 0x63 to support limit single process feature.\n");
> return -EINVAL;
> }
> misc_pkt.opcode = MESAPI_MISC__CHANGE_CONFIG;
> --
> 2.49.0
>
More information about the amd-gfx
mailing list