Re: [PATCH v5 02/17] riscv: hwprobe.rst: Make indentation consistent

Paul Walmsley <[email protected]> Wed, 8 Jul 2026 01:23:04 -0600 (MDT)
Newsgroups dev.linux.lists.sophgo,dev.linux.lists.spacemit,org.infradead.lists.kvm-riscv,org.infradead.lists.linux-riscv,org.kernel.vger.kvm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest
Message-ID <[email protected]>
On Wed, 1 Jul 2026, Guodong Xu wrote:

> From: Andrew Jones <[email protected]>
> 
> A handful of vendor-extension entries indent continuation lines with a
> tab character, while the rest of hwprobe.rst uses spaces.  In addition,
> many list items align their continuation lines under the 'm' of
> ':c:macro:' (column 7) rather than under the item text (column 4), so
> the file mixes several indentation styles.
> 
> Replace the tabs with spaces and align every list item's continuation
> lines under the item text, giving the whole file one consistent style.
> 
> Whitespace-only change, no functional change.
> 
> Signed-off-by: Andrew Jones <[email protected]>
> [Guodong: extend from tabs->spaces to normalizing all continuation-line
>  indentation across the file]
> Signed-off-by: Guodong Xu <[email protected]>

Thanks, queued for v7.2-rc.


- Paul