Thank you for pointing this out, Randy. I have checked the lore link and confirmed that the same typo fix was already submitted on Aug 21st. I apologize for the duplicate submission. I should have checked recent patches before sending. I will verify existing patches in git log and lore.kernel.org before submitting future patches.
Regards, Mohin Nadaf On Sun, Aug 31, 2025 at 10:05 PM Randy Dunlap <[email protected]> wrote: > > > On 8/31/25 7:15 AM, [email protected] wrote: > > From: Mohin Nadaf <[email protected]> > > > > Fix typo 'unpriviledged' -> 'unprivileged' in DRM UAPI > > documentation describing error codes for operations > > requiring elevated privileges. > > > > Signed-off-by: Mohin Nadaf <[email protected]> > > --- > > 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: > > Hi, > > There was a patch for this on Aug. 21, 2025, but I don't know if it has > been > applied/merged anywhere yet. It could be in one of the DRM git trees -- > I don't know. > > https://gitlab.freedesktop.org/drm/misc/kernel.git > or > https://gitlab.freedesktop.org/drm/kernel.git > > > https://lore.kernel.org/all/[email protected]/ > > thanks. > -- > ~Randy > >
