drm/panel: Fix todo indentation for panel prepared/enabled cleanup
authorDouglas Anderson <dianders@chromium.org>
Wed, 2 Aug 2023 14:47:28 +0000 (07:47 -0700)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 3 Aug 2023 08:21:27 +0000 (10:21 +0200)
commit1ab2ddc4afdd84632c24b23dbe67eb4ca423dcc5
treec3f8566d59a1b30de2b1f43c85ec1ddbd4687d52
parentc0571b20fca4acebd4cb5fcfd07ca4654e9d63dd
drm/panel: Fix todo indentation for panel prepared/enabled cleanup

In commit d2aacaf07395 ("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: d2aacaf07395 ("drm/panel: Check for already prepared/enabled in drm_panel")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/r/20230802141724.0edce253@canb.auug.org.au
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230802074727.2.Iaeb7b0f7951aee6b8c090364bbc87b1ae198a857@changeid
Documentation/gpu/todo.rst