Re: [PATCH] drm/amdgpu: fix unexpected indentation in docs

2025-04-27 Thread Bagas Sanjaya
On Mon, Apr 28, 2025 at 01:01:41AM +0100, Ruben Wauters wrote: > make htmldocs reports unexpected indentation on line 1119 in the kernel > doc comment. This was due to alignment of numbers (except the minus) > which caused indentation. This also had unintended effects on the > compiled documentatio

[PATCH] drm/amdgpu: fix unexpected indentation in docs

2025-04-27 Thread Ruben Wauters
make htmldocs reports unexpected indentation on line 1119 in the kernel doc comment. This was due to alignment of numbers (except the minus) which caused indentation. This also had unintended effects on the compiled documentation, with breaks and indentation after the -1 option. This patch fixes t