drm/amdgpu/userq: fix user_queue parameters list
authorBagas Sanjaya <bagasdotme@gmail.com>
Sun, 27 Apr 2025 02:36:26 +0000 (09:36 +0700)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Apr 2025 22:15:15 +0000 (18:15 -0400)
commit4e24c6bb5fab4d74205dde07c5c4e6c004f11938
treea8952a326d5f4d4b121a096f4ccbb9528a90575e
parent0105725e2d985899cef5ee187bb27f040f24f2ab
drm/amdgpu/userq: fix user_queue parameters list

Sphinx reports htmldocs warning:

Documentation/gpu/amdgpu/module-parameters:7: drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:1119: ERROR: Unexpected indentation. [docutils]

Fix the warning by using reST bullet list syntax for user_queue
parameter options, separated from preceding paragraph by a blank
line.

Fixes: fb20954c9717 ("drm/amdgpu/userq: rework driver parameter")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20250422202956.176fb590@canb.auug.org.au/
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c