Skip to content

Commit bb61953

Browse files
Hunter Chasensalexdeucher
authored andcommitted
drm: amd: Resolve Sphinx unexpected indentation warning
Resolves Sphinx unexpected indentation warning when compiling documentation (e.g. `make htmldocs`). Replaces tabs with spaces and adds a literal block to keep vertical formatting of the example power state list. Reviewed-by: Lijo Lazar <[email protected]> Reviewed-by: Bagas Sanjaya <[email protected]> (v2) Acked-by: Randy Dunlap <[email protected]> (v2) Signed-off-by: Hunter Chasens <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent bf13da6 commit bb61953

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

drivers/gpu/drm/amd/pm/amdgpu_pm.c

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -989,12 +989,13 @@ static ssize_t amdgpu_get_pp_features(struct device *dev,
989989
* Reading back the files will show you the available power levels within
990990
* the power state and the clock information for those levels. If deep sleep is
991991
* applied to a clock, the level will be denoted by a special level 'S:'
992-
* E.g.,
993-
* S: 19Mhz *
994-
* 0: 615Mhz
995-
* 1: 800Mhz
996-
* 2: 888Mhz
997-
* 3: 1000Mhz
992+
* E.g., ::
993+
*
994+
* S: 19Mhz *
995+
* 0: 615Mhz
996+
* 1: 800Mhz
997+
* 2: 888Mhz
998+
* 3: 1000Mhz
998999
*
9991000
*
10001001
* To manually adjust these states, first select manual using

0 commit comments

Comments
 (0)