Commit 07c2494
Revert "drm: Add directive to format code in comment"
Commit 6cc44e9 ("drm: Add directive to format code in comment")
fixes original Sphinx indentation warning as introduced in
471920c ("drm/gpuvm: Add locking helpers"), by means of using
code-block:: directive. It semantically conflicts with earlier
bb324f8 ("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 6cc44e9 to keep things rolling without these warnings.
Fixes: 6cc44e9 ("drm: Add directive to format code in comment")
Fixes: 471920c ("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>1 parent 87b90ce commit 07c2494
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2432 | 2432 | | |
2433 | 2433 | | |
2434 | 2434 | | |
2435 | | - | |
2436 | | - | |
2437 | 2435 | | |
2438 | 2436 | | |
2439 | 2437 | | |
| |||
0 commit comments