Skip to content

Commit 1ab2ddc

Browse files
dianderssuperna9999
authored andcommitted
drm/panel: Fix todo indentation for panel prepared/enabled cleanup
In commit d2aacaf ("drm/panel: Check for already prepared/enabled in drm_panel") the formatting for a code block was not quite right. This caused an error when building htmldocs: Documentation/gpu/todo.rst:469: ERROR: Unexpected indentation. Fix the error by using the proper syntax for a code block. Fixes: d2aacaf ("drm/panel: Check for already prepared/enabled in drm_panel") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/r/[email protected] Signed-off-by: Douglas Anderson <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20230802074727.2.Iaeb7b0f7951aee6b8c090364bbc87b1ae198a857@changeid
1 parent c0571b2 commit 1ab2ddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/gpu/todo.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ Clean up checks for already prepared/enabled in panels
465465

466466
In a whole pile of panel drivers, we have code to make the
467467
prepare/unprepare/enable/disable callbacks behave as no-ops if they've already
468-
been called. To get some idea of the duplicated code, try:
468+
been called. To get some idea of the duplicated code, try::
469+
469470
git grep 'if.*>prepared' -- drivers/gpu/drm/panel
470471
git grep 'if.*>enabled' -- drivers/gpu/drm/panel
471472

0 commit comments

Comments
 (0)