public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' in todo.rst
@ 2026-03-06  9:28 MikaelRothig
  2026-03-06  9:28 ` [PATCH 2/3] docs/gpu: fix typo 'implementions' -> 'implementations' " MikaelRothig
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: MikaelRothig @ 2026-03-06  9:28 UTC (permalink / raw)
  To: corbet; +Cc: dri-devel, linux-doc, linux-kernel, MikaelRothig

---
 Documentation/gpu/todo.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 520da44a04a6..33678b669339 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -269,7 +269,7 @@ Various hold-ups:
   valid formats for atomic drivers.
 
 - Many drivers subclass drm_framebuffer, we'd need a embedding compatible
-  version of the varios drm_gem_fb_create functions. Maybe called
+  version of the various drm_gem_fb_create functions. Maybe called
   drm_gem_fb_create/_with_dirty/_with_funcs as needed.
 
 Contact: Simona Vetter
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] docs/gpu: fix typo 'implementions' -> 'implementations' in todo.rst
  2026-03-06  9:28 [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' in todo.rst MikaelRothig
@ 2026-03-06  9:28 ` MikaelRothig
  2026-03-06  9:28 ` [PATCH 3/3] docs/gpu: fix typo 'complection' -> 'completion' " MikaelRothig
  2026-03-06 18:41 ` [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' " Randy Dunlap
  2 siblings, 0 replies; 4+ messages in thread
From: MikaelRothig @ 2026-03-06  9:28 UTC (permalink / raw)
  To: corbet; +Cc: dri-devel, linux-doc, linux-kernel, MikaelRothig

---
 Documentation/gpu/todo.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 33678b669339..4de61d19ecc6 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -294,7 +294,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.
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] docs/gpu: fix typo 'complection' -> 'completion' in todo.rst
  2026-03-06  9:28 [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' in todo.rst MikaelRothig
  2026-03-06  9:28 ` [PATCH 2/3] docs/gpu: fix typo 'implementions' -> 'implementations' " MikaelRothig
@ 2026-03-06  9:28 ` MikaelRothig
  2026-03-06 18:41 ` [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' " Randy Dunlap
  2 siblings, 0 replies; 4+ messages in thread
From: MikaelRothig @ 2026-03-06  9:28 UTC (permalink / raw)
  To: corbet; +Cc: dri-devel, linux-doc, linux-kernel, MikaelRothig

---
 Documentation/gpu/todo.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 4de61d19ecc6..686a94bead07 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -882,7 +882,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.49.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' in todo.rst
  2026-03-06  9:28 [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' in todo.rst MikaelRothig
  2026-03-06  9:28 ` [PATCH 2/3] docs/gpu: fix typo 'implementions' -> 'implementations' " MikaelRothig
  2026-03-06  9:28 ` [PATCH 3/3] docs/gpu: fix typo 'complection' -> 'completion' " MikaelRothig
@ 2026-03-06 18:41 ` Randy Dunlap
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-03-06 18:41 UTC (permalink / raw)
  To: MikaelRothig, corbet; +Cc: dri-devel, linux-doc, linux-kernel



On 3/6/26 1:28 AM, MikaelRothig wrote:
> ---
>  Documentation/gpu/todo.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> index 520da44a04a6..33678b669339 100644
> --- a/Documentation/gpu/todo.rst
> +++ b/Documentation/gpu/todo.rst
> @@ -269,7 +269,7 @@ Various hold-ups:
>    valid formats for atomic drivers.
>  
>  - Many drivers subclass drm_framebuffer, we'd need a embedding compatible
> -  version of the varios drm_gem_fb_create functions. Maybe called
> +  version of the various drm_gem_fb_create functions. Maybe called
>    drm_gem_fb_create/_with_dirty/_with_funcs as needed.
>  
>  Contact: Simona Vetter

These 3 patches should all be in one patch.

The corrections LGTM.

-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-06 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06  9:28 [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' in todo.rst MikaelRothig
2026-03-06  9:28 ` [PATCH 2/3] docs/gpu: fix typo 'implementions' -> 'implementations' " MikaelRothig
2026-03-06  9:28 ` [PATCH 3/3] docs/gpu: fix typo 'complection' -> 'completion' " MikaelRothig
2026-03-06 18:41 ` [PATCH 1/3] docs/gpu: fix typo 'varios' -> 'various' " Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox