[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250821025957.22546-3-rakuram.e96@gmail.com>
Date: Thu, 21 Aug 2025 08:29:56 +0530
From: Rakuram Eswaran <rakuram.e96@...il.com>
To: 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,
rakuram.e96@...il.com,
Randy Dunlap <rdunlap@...radead.org>,
Alexander Deucher <Alexander.Deucher@....com>
Subject: [PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
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@...radead.org>
Suggested-by: Alexander Deucher <Alexander.Deucher@....com>
Signed-off-by: Rakuram Eswaran <rakuram.e96@...il.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
Powered by blists - more mailing lists