[PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation

Rakuram Eswaran posted 2 patches 1 month, 2 weeks ago
[PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
Posted by Rakuram Eswaran 1 month, 2 weeks ago
Fixed following typos reported by Codespell

1. complection ==> completion
   implementions ==> implementations
In Documentation/gpu/todo.rst

2. unpriviledged ==> unprivileged
In Documentation/gpu/drm-uapi.rst

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Alexander Deucher <Alexander.Deucher@amd.com>
Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com>
---
 Documentation/gpu/drm-uapi.rst | 2 +-
 Documentation/gpu/todo.rst     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
index 843facf01b2d..7435664a1ffe 100644
--- a/Documentation/gpu/drm-uapi.rst
+++ b/Documentation/gpu/drm-uapi.rst
@@ -535,7 +535,7 @@ ENOSPC:
 EPERM/EACCES:
         Returned for an operation that is valid, but needs more privileges.
         E.g. root-only or much more common, DRM master-only operations return
-        this when called by unpriviledged clients. There's no clear
+        this when called by unprivileged clients. There's no clear
         difference between EACCES and EPERM.
 
 ENODEV:
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index be8637da3fe9..1d064e617699 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -319,7 +319,7 @@ everything after it has done the write-protect/mkwrite trickery:
 
       vma->vm_page_prot = pgprot_wrprotect(vma->vm_page_prot);
 
-- Set the mkwrite and fsync callbacks with similar implementions to the core
+- Set the mkwrite and fsync callbacks with similar implementations to the core
   fbdev defio stuff. These should all work on plain ptes, they don't actually
   require a struct page.  uff. These should all work on plain ptes, they don't
   actually require a struct page.
@@ -854,7 +854,7 @@ Querying errors from drm_syncobj
 ================================
 
 The drm_syncobj container can be used by driver independent code to signal
-complection of submission.
+completion of submission.
 
 One minor feature still missing is a generic DRM IOCTL to query the error
 status of binary and timeline drm_syncobj.
-- 
2.43.0
Re: [PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
Posted by Rakuram Eswaran 1 month ago
Hi all,

This is a gentle follow-up on this patch. Please let me know if any further
changes are required.

Regards
Re: [PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
Posted by Randy Dunlap 1 month, 2 weeks ago

On 8/20/25 7:59 PM, Rakuram Eswaran wrote:
> Fixed following typos reported by Codespell
> 
> 1. complection ==> completion
>    implementions ==> implementations
> In Documentation/gpu/todo.rst
> 
> 2. unpriviledged ==> unprivileged
> In Documentation/gpu/drm-uapi.rst
> 
> Suggested-by: Randy Dunlap <rdunlap@infradead.org>
> Suggested-by: Alexander Deucher <Alexander.Deucher@amd.com>
> Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/gpu/drm-uapi.rst | 2 +-
>  Documentation/gpu/todo.rst     | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)


-- 
~Randy