[PATCH] docs: gpu: todo: fix spelling of "fucntion"

Godswill Onwusilike posted 1 patch 1 week, 1 day ago
Documentation/gpu/todo.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: gpu: todo: fix spelling of "fucntion"
Posted by Godswill Onwusilike 1 week, 1 day ago
Correct the spelling of "fucntion" to "function" in todo.rst
documentation

Signed-off-by: Godswill Onwusilike <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 841e4e986c48..7526ed31b0af 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -1001,4 +1001,4 @@ DRM driver that can run X11 and Weston.
 
 Contact: Thomas Zimmermann <tzimmermann@suse.de>
 
-Level: Advanced
+Level: Advanced
\ No newline at end of file
-- 
2.53.0
Re: [PATCH] docs: gpu: todo: fix spelling of "fucntion"
Posted by Shuah Khan 3 days, 12 hours ago
On 5/16/26 15:01, Godswill Onwusilike wrote:
> Correct the spelling of "fucntion" to "function" in todo.rst
> documentation
> 
> Signed-off-by: Godswill Onwusilike <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 841e4e986c48..7526ed31b0af 100644
> --- a/Documentation/gpu/todo.rst
> +++ b/Documentation/gpu/todo.rst
> @@ -1001,4 +1001,4 @@ DRM driver that can run X11 and Weston.
>   
>   Contact: Thomas Zimmermann <tzimmermann@suse.de>
>   
> -Level: Advanced
> +Level: Advanced
> \ No newline at end of file

Hmm. the patch doesn't fix the spelling in the following line mentioned
in the commit log. Instead it removes and adds the same line.

"rename all inlined fucntions according to driver conventions."

thanks,
-- Shuah