On Mon, May 11, 2026 at 09:34:47PM -0400, 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. Replace > those tabs with spaces so the file is consistently space-indented. > > Cosmetic update, no functional change. > > Signed-off-by: Andrew Jones <[email protected]> > Signed-off-by: Guodong Xu <[email protected]> > --- > v2: No change. > --- > Documentation/arch/riscv/hwprobe.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-)
We could just move this patch to the beginning of the series and also use it to make all indentation consistent in order to fix the consistency issue I pointed out in the last patch. Thanks, drew

