[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1fc93d62-eb77-46a6-964f-c0bc7348d482@infradead.org>
Date: Wed, 20 Aug 2025 11:32:17 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Rakuram Eswaran <rakuram.e96@...il.com>, linux-doc@...r.kernel.org,
alexander.deucher@....com, christian.koenig@....com, airlied@...il.com,
corbet@....net
Cc: tzimmermann@...e.de, mripard@...nel.org,
maarten.lankhorst@...ux.intel.com, simona@...ll.ch, siqueira@...lia.com,
harry.wentland@....com, amd-gfx@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org, skhan@...uxfoundation.org
Subject: Re: [PATCH] docs: gpu: Fix spelling mistakes
Hi,
On 8/20/25 11:22 AM, Rakuram Eswaran wrote:
> Fixed following typos reported by Codespell
>
> 1. filp ==> flip
> In Documentation/gpu/drm-mm.rst
>
No, that's a "struct file pointer". filp is correct.
See include/drm/drm_gem.h
The others look good.
One more comment below.
>
> Signed-off-by: Rakuram Eswaran <rakuram.e96@...il.com>
> ---
> Documentation/gpu/amdgpu/debugfs.rst | 4 ++--
> Documentation/gpu/amdgpu/display/programming-model-dcn.rst | 2 +-
> Documentation/gpu/amdgpu/process-isolation.rst | 2 +-
> Documentation/gpu/drm-mm.rst | 2 +-
> Documentation/gpu/drm-uapi.rst | 2 +-
> Documentation/gpu/todo.rst | 4 ++--
> 6 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/gpu/amdgpu/process-isolation.rst b/Documentation/gpu/amdgpu/process-isolation.rst
> index 6b6d70e357a7..c1297a9e4d09 100644
> --- a/Documentation/gpu/amdgpu/process-isolation.rst
> +++ b/Documentation/gpu/amdgpu/process-isolation.rst
> @@ -26,7 +26,7 @@ Example of enabling enforce isolation on a GPU with multiple partitions:
> $ cat /sys/class/drm/card0/device/enforce_isolation
> 1 0 1 0
>
> -The output indicates that enforce isolation is enabled on zeroth and second parition and disabled on first and fourth parition.
> +The output indicates that enforce isolation is enabled on zeroth and second partition and disabled on first and fourth partition.
It looks like "fourth" should be "third" here.
--
~Randy
Powered by blists - more mailing lists