Re: [PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-08 Thread Alex Deucher
Applied. Thanks! On Tue, Nov 7, 2023 at 11:17 PM Lazar, Lijo wrote: > > > > On 11/7/2023 9:58 PM, Hunter Chasens wrote: > > Resolves Sphinx unexpected indentation warning when compiling > > documentation (e.g. `make htmldocs`). Replaces tabs with spaces and adds > > a literal block to keep verti

Re: [PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-07 Thread Lazar, Lijo
On 11/7/2023 9:58 PM, Hunter Chasens wrote: 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. Signed-off-by: Hunter Chasens Revi

Re: [PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-07 Thread Bagas Sanjaya
On Tue, Nov 07, 2023 at 11:28:30AM -0500, Hunter Chasens wrote: > 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. > > Signed-off

[PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-07 Thread Hunter Chasens
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. Signed-off-by: Hunter Chasens --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 13 +++---