Re: [PATCH] Documentation: arch: fix brackets
From: Randy Dunlap <hidden>
Date: 2026-06-11 19:32:07
Also in:
linux-arm-kernel, linux-doc, linux-samsung-soc, lkml
Hi, A couple of comments but overall this is a nice cleanup. On 6/11/26 11:35 AM, Manuel Ebner wrote:
quoted hunk ↗ jump to hunk
Add missing and remove needless parentheses, brackets and curly braces. Signed-off-by: Manuel Ebner <redacted> --- Documentation/arch/arc/arc.rst | 2 +- .../arm/samsung/clksrc-change-registers.awk | 2 +- Documentation/arch/arm/vlocks.rst | 4 ++-- .../arch/arm64/memory-tagging-extension.rst | 2 +- Documentation/arch/powerpc/vas-api.rst | 2 +- Documentation/arch/sparc/oradax/dax-hv-api.txt | 18 +++++++++--------- Documentation/arch/sparc/oradax/oracle-dax.rst | 3 ++- 7 files changed, 17 insertions(+), 16 deletions(-)diff --git a/Documentation/arch/arc/arc.rst b/Documentation/arch/arc/arc.rst index 6c4d978f3f4e..553851f43be7 100644 --- a/Documentation/arch/arc/arc.rst +++ b/Documentation/arch/arc/arc.rst@@ -36,7 +36,7 @@ Important note on ARC processors configurability ARC processors are highly configurable and several configurable options are supported in Linux. Some options are transparent to software -(i.e cache geometries, some can be detected at runtime and configured +(i.e cache geometries), some can be detected at runtime and configured
(i.e., cache geometries), or even (e.g., cache geometries),
and used accordingly, while some need to be explicitly selected or configured in the kernel's configuration utility (AKA "make menuconfig").
quoted hunk ↗ jump to hunk
diff --git a/Documentation/arch/sparc/oradax/oracle-dax.rst b/Documentation/arch/sparc/oradax/oracle-dax.rst index d1e14d572918..67867ea7be40 100644 --- a/Documentation/arch/sparc/oradax/oracle-dax.rst +++ b/Documentation/arch/sparc/oradax/oracle-dax.rst@@ -438,7 +438,8 @@ that in user land:: The output bitmap is ready for consumption immediately after the completion status indicates success. -Excer[t from UltraSPARC Virtual Machine Specification +Excer?t from UltraSPARC Virtual Machine Specification
Excerpt
+i guess this is wrong, but i don't know what's correct ===================================================== .. include:: dax-hv-api.txt
and then you can add Reviewed-by: Randy Dunlap <redacted> thanks. -- ~Randy