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....@gmail.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