From ac75f6d6066cc56bc70d1943947af5978bcd1e69 Mon Sep 17 00:00:00 2001 From: Godswill Onwusilike Date: Thu, 28 May 2026 23:37:15 +0100 Subject: [PATCH] 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 Signed-off-by: Thomas Zimmermann Link: https://patch.msgid.link/20260528223715.26645-1-onwusilikegodswill@gmail.com --- 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 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