On 9/12/25 6:06 AM, Bagas Sanjaya wrote: > Commit 6cc44e9618f03f ("drm: Add directive to format code in comment") > fixes original Sphinx indentation warning as introduced in > 471920ce25d50b ("drm/gpuvm: Add locking helpers"), by means of using > code-block:: directive. It semantically conflicts with earlier > bb324f85f72284 ("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 6cc44e9618f03f to keep things rolling without these warnings. > > Fixes: 6cc44e9618f0 ("drm: Add directive to format code in comment") > Fixes: 471920ce25d5 ("drm/gpuvm: Add locking helpers") > Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks! > --- > drivers/gpu/drm/drm_gpuvm.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/drm_gpuvm.c b/drivers/gpu/drm/drm_gpuvm.c > index db9b089ef62c85..86853535fb7bd7 100644 > --- a/drivers/gpu/drm/drm_gpuvm.c > +++ b/drivers/gpu/drm/drm_gpuvm.c > @@ -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; > * > > base-commit: 9a3f210737e958c3f45a4ce0d7f1ff330af3965f -- ~Randy