On Wed, Nov 13, 2024 at 09:53:49AM +0000, Colin Ian King wrote: > There is a spelling mistake in a dev_err message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > --- > 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 9c905b9e9376..feecd099cf86 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"); What does "to support limit single process feature" mean? regards, dan carpenter