* [PATCH] docs: gpu: fix spelling error in drm-uapi.rst
@ 2025-08-31 14:15 mohin24khertz
2025-08-31 16:35 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: mohin24khertz @ 2025-08-31 14:15 UTC (permalink / raw)
To: maarten.lankhorst, mripard, tzimmermann
Cc: airlied, simona, corbet, dri-devel, linux-doc, linux-kernel,
skhan, linux-kernel-mentees, Mohin Nadaf
From: Mohin Nadaf <mohin24khertz@gmail.com>
Fix typo 'unpriviledged' -> 'unprivileged' in DRM UAPI
documentation describing error codes for operations
requiring elevated privileges.
Signed-off-by: Mohin Nadaf <mohin24khertz@gmail.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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: gpu: fix spelling error in drm-uapi.rst
2025-08-31 14:15 [PATCH] docs: gpu: fix spelling error in drm-uapi.rst mohin24khertz
@ 2025-08-31 16:35 ` Randy Dunlap
2025-08-31 17:15 ` Mohin Nadaf
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2025-08-31 16:35 UTC (permalink / raw)
To: mohin24khertz, maarten.lankhorst, mripard, tzimmermann
Cc: airlied, simona, corbet, dri-devel, linux-doc, linux-kernel,
skhan, linux-kernel-mentees
On 8/31/25 7:15 AM, mohin24khertz@gmail.com wrote:
> From: Mohin Nadaf <mohin24khertz@gmail.com>
>
> Fix typo 'unpriviledged' -> 'unprivileged' in DRM UAPI
> documentation describing error codes for operations
> requiring elevated privileges.
>
> Signed-off-by: Mohin Nadaf <mohin24khertz@gmail.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:
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/20250821025957.22546-3-rakuram.e96@gmail.com/
thanks.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: gpu: fix spelling error in drm-uapi.rst
2025-08-31 16:35 ` Randy Dunlap
@ 2025-08-31 17:15 ` Mohin Nadaf
2025-08-31 17:32 ` Mohin Nadaf
0 siblings, 1 reply; 4+ messages in thread
From: Mohin Nadaf @ 2025-08-31 17:15 UTC (permalink / raw)
To: Randy Dunlap
Cc: maarten.lankhorst, mripard, tzimmermann, airlied, simona, corbet,
dri-devel, linux-doc, linux-kernel, skhan, linux-kernel-mentees
[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]
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 <rdunlap@infradead.org> wrote:
>
>
> On 8/31/25 7:15 AM, mohin24khertz@gmail.com wrote:
> > From: Mohin Nadaf <mohin24khertz@gmail.com>
> >
> > Fix typo 'unpriviledged' -> 'unprivileged' in DRM UAPI
> > documentation describing error codes for operations
> > requiring elevated privileges.
> >
> > Signed-off-by: Mohin Nadaf <mohin24khertz@gmail.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:
>
> 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/20250821025957.22546-3-rakuram.e96@gmail.com/
>
> thanks.
> --
> ~Randy
>
>
[-- Attachment #2: Type: text/html, Size: 3035 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: gpu: fix spelling error in drm-uapi.rst
2025-08-31 17:15 ` Mohin Nadaf
@ 2025-08-31 17:32 ` Mohin Nadaf
0 siblings, 0 replies; 4+ messages in thread
From: Mohin Nadaf @ 2025-08-31 17:32 UTC (permalink / raw)
To: Randy Dunlap
Cc: maarten.lankhorst, mripard, tzimmermann, airlied, simona, corbet,
dri-devel, linux-doc, linux-kernel, skhan, linux-kernel-mentees
[-- Attachment #1: Type: text/plain, Size: 2484 bytes --]
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:45 PM Mohin Nadaf <mohin24khertz@gmail.com>
wrote:
> 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 <rdunlap@infradead.org>
> wrote:
>
>>
>>
>> On 8/31/25 7:15 AM, mohin24khertz@gmail.com wrote:
>> > From: Mohin Nadaf <mohin24khertz@gmail.com>
>> >
>> > Fix typo 'unpriviledged' -> 'unprivileged' in DRM UAPI
>> > documentation describing error codes for operations
>> > requiring elevated privileges.
>> >
>> > Signed-off-by: Mohin Nadaf <mohin24khertz@gmail.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:
>>
>> 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/20250821025957.22546-3-rakuram.e96@gmail.com/
>>
>> thanks.
>> --
>> ~Randy
>>
>>
[-- Attachment #2: Type: text/html, Size: 3857 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-01 7:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-31 14:15 [PATCH] docs: gpu: fix spelling error in drm-uapi.rst mohin24khertz
2025-08-31 16:35 ` Randy Dunlap
2025-08-31 17:15 ` Mohin Nadaf
2025-08-31 17:32 ` Mohin Nadaf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).