[PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
Rakuram Eswaran
rakuram.e96 at gmail.com
Thu Aug 21 02:59:56 UTC 2025
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 at infradead.org>
Suggested-by: Alexander Deucher <Alexander.Deucher at amd.com>
Signed-off-by: Rakuram Eswaran <rakuram.e96 at 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
More information about the amd-gfx
mailing list