mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
Revert "drm: Add directive to format code in comment"
Commit6cc44e9618("drm: Add directive to format code in comment") fixes original Sphinx indentation warning as introduced in471920ce25("drm/gpuvm: Add locking helpers"), by means of using code-block:: directive. It semantically conflicts with earlierbb324f85f7("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. Revert6cc44e9618to keep things rolling without these warnings. Fixes:6cc44e9618("drm: Add directive to format code in comment") Fixes:471920ce25("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>
This commit is contained in:
parent
87b90cee22
commit
07c24945ca
|
|
@ -2432,8 +2432,6 @@ static const struct drm_gpuvm_ops lock_ops = {
|
|||
*
|
||||
* The expected usage is:
|
||||
*
|
||||
* .. code-block:: c
|
||||
*
|
||||
* vm_bind {
|
||||
* struct drm_exec exec;
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user