Revert "drm: Add directive to format code in comment"
Commit 6cc44e96 ("drm: Add directive to format code in comment") fixes original Sphinx indentation warning as introduced in 471920ce ("drm/gpuvm: Add locking helpers"), by means of using code-block:: directive. It semantically conflicts with earlier bb324f85 ("drm/gpuvm: Wrap drm_gpuvm_sm_map_exec_lock() expected usage in literal code block") that did the same using double colon syntax instead. These duplicated literal code block directives causes the original warnings not being fixed. Revert 6cc44e96 to keep things rolling without these warnings. Fixes: 6cc44e96 ("drm: Add directive to format code in comment") Fixes: 471920ce ("drm/gpuvm: Add locking helpers") Signed-off-by:Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by:
Randy Dunlap <rdunlap@infradead.org> Tested-by:
Randy Dunlap <rdunlap@infradead.org> Signed-off-by:
Danilo Krummrich <dakr@kernel.org>
Loading
Please sign in to comment