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