[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250831141522.7813-1-mohin24khertz@gmail.com>
Date: Sun, 31 Aug 2025 19:45:22 +0530
From: mohin24khertz@...il.com
To: maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
tzimmermann@...e.de
Cc: airlied@...il.com,
simona@...ll.ch,
corbet@....net,
dri-devel@...ts.freedesktop.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
linux-kernel-mentees@...ts.linux.dev,
Mohin Nadaf <mohin24khertz@...il.com>
Subject: [PATCH] docs: gpu: fix spelling error in drm-uapi.rst
From: Mohin Nadaf <mohin24khertz@...il.com>
Fix typo 'unpriviledged' -> 'unprivileged' in DRM UAPI
documentation describing error codes for operations
requiring elevated privileges.
Signed-off-by: Mohin Nadaf <mohin24khertz@...il.com>
---
Documentation/gpu/drm-uapi.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
--
2.34.1
Powered by blists - more mailing lists