From: "Colin King (gmail)" <colin.i.king@gmail.com>
To: Dan Carpenter <dan.carpenter@linaro.org>
Cc: "Alex Deucher" <alexander.deucher@amd.com>,
"Christian König" <christian.koenig@amd.com>,
"Xinhui Pan" <Xinhui.Pan@amd.com>,
"David Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] drm/amd/amdgpu: Fix spelling mistake "versoin" -> "version"
Date: Wed, 13 Nov 2024 10:22:30 +0000 [thread overview]
Message-ID: <2bbce269-cb6d-486e-8244-5cbbbee1c10a@gmail.com> (raw)
In-Reply-To: <dceebb5d-9cc6-40ec-b1b4-6ae40cba45fe@stanley.mountain>
On 13/11/2024 10:13, Dan Carpenter wrote:
> 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@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 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?
Looks like I need an automated semantic checker as well as a spelling
checker.
Colin
>
> regards,
> dan carpenter
>
prev parent reply other threads:[~2024-11-13 14:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 9:53 [PATCH][next] drm/amd/amdgpu: Fix spelling mistake "versoin" -> "version" Colin Ian King
2024-11-13 10:13 ` Dan Carpenter
2024-11-13 10:22 ` Colin King (gmail) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2bbce269-cb6d-486e-8244-5cbbbee1c10a@gmail.com \
--to=colin.i.king@gmail.com \
--cc=Xinhui.Pan@amd.com \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=dan.carpenter@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=simona@ffwll.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox