summaryrefslogtreecommitdiff
path: root/Documentation/gpu/todo.rst
diff options
context:
space:
mode:
authorGodswill Onwusilike <onwusilikegodswill@gmail.com>2026-05-28 23:37:15 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2026-05-29 13:48:10 +0200
commitac75f6d6066cc56bc70d1943947af5978bcd1e69 (patch)
treee151b1edca77fa832fd41685ea365825043054da /Documentation/gpu/todo.rst
parent6a391474a8398e5fa8ba0d642a43097232a1ab29 (diff)
downloadlinux-next-ac75f6d6066cc56bc70d1943947af5978bcd1e69.tar.gz
linux-next-ac75f6d6066cc56bc70d1943947af5978bcd1e69.zip
docs: gpu: todo: fix spelling of "fucntion"
Correct the spelling of "fucntion" to "function" in Documentation/gpu/todo.rst. v2: Fix the actual typo instead of newline-only change Signed-off-by: Godswill Onwusilike <onwusilikegodswill@gmail.com> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patch.msgid.link/20260528223715.26645-1-onwusilikegodswill@gmail.com
Diffstat (limited to 'Documentation/gpu/todo.rst')
-rw-r--r--Documentation/gpu/todo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index cdddf8db35f5..f5a6139356da 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -55,7 +55,7 @@ There are still drivers that use drm_simple_display_pipe. The task here is to
convert them to use regular atomic helpers. Search for a driver that calls
drm_simple_display_pipe_init() and inline all helpers from drm_simple_kms_helper.c
into the driver, such that no simple-KMS interfaces are required. Please also
-rename all inlined fucntions according to driver conventions.
+rename all inlined functions according to driver conventions.
Contact: Thomas Zimmermann, respective driver maintainer