From: Sidong Yang Date: Thu, 28 May 2020 17:21:59 +0000 (+0900) Subject: Documentation: Fix typo error in todo.rst X-Git-Tag: v5.15~303^2~28^2~2696 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7da156407615eeaf049c175a6bf2aa58e50d34ef;p=platform%2Fkernel%2Flinux-starfive.git Documentation: Fix typo error in todo.rst Change wrong function name drm_modest_lock_all() to drm_modeset_lock_all() Signed-off-by: Sidong Yang Signed-off-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/20200528172159.24641-1-realwakka@gmail.com --- diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 4c2b72f..d30c0e9 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -305,7 +305,7 @@ acquire context. Replace the boilerplate code surrounding drm_modeset_lock_all_ctx() with DRM_MODESET_LOCK_ALL_BEGIN() and DRM_MODESET_LOCK_ALL_END() instead. -This should also be done for all places where drm_modest_lock_all() is still +This should also be done for all places where drm_modeset_lock_all() is still used. As a reference, take a look at the conversions already completed in drm core.