[PATCH] Documentation: arch: fix brackets
From: Manuel Ebner <hidden>
Date: 2026-06-11 18:37:28
Also in:
linux-arm-kernel, linux-doc, linux-samsung-soc, lkml
Subsystem:
arm/samsung s3c, s5p and exynos arm architectures, arm64 port (aarch64 architecture), documentation, linux for powerpc (32-bit and 64-bit), the rest · Maintainers:
Krzysztof Kozlowski, Peter Griffin, Catalin Marinas, Will Deacon, Jonathan Corbet, Madhavan Srinivasan, Michael Ellerman, Linus Torvalds
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 and used accordingly, while some need to be explicitly selected or configured in the kernel's configuration utility (AKA "make menuconfig").
diff --git a/Documentation/arch/arm/samsung/clksrc-change-registers.awk b/Documentation/arch/arm/samsung/clksrc-change-registers.awk
index 7be1b8aa7cd9..48464397088c 100755
--- a/Documentation/arch/arm/samsung/clksrc-change-registers.awk
+++ b/Documentation/arch/arm/samsung/clksrc-change-registers.awk@@ -163,4 +163,4 @@ BEGIN { } } -// && ! /clksrc_clk.*=.*{/ { print $0 } +// && ! /clksrc_clk.*=.*{/ { print $0 }}
diff --git a/Documentation/arch/arm/vlocks.rst b/Documentation/arch/arm/vlocks.rst
index 737aa8661a21..b0ac33263086 100644
--- a/Documentation/arch/arm/vlocks.rst
+++ b/Documentation/arch/arm/vlocks.rst@@ -102,10 +102,10 @@ Features and limitations if (I_won) { /* we won the town election, let's go for the state */ my_state = states[(this_cpu >> 8) & 0xf]; - I_won = vlock_lock(my_state, this_cpu & 0xf)); + I_won = vlock_lock(my_state, this_cpu & 0xf); if (I_won) { /* and so on */ - I_won = vlock_lock(the_whole_country, this_cpu & 0xf]; + I_won = vlock_lock(the_whole_country, this_cpu & 0xf); if (I_won) { /* ... */ }
diff --git a/Documentation/arch/arm64/memory-tagging-extension.rst b/Documentation/arch/arm64/memory-tagging-extension.rst
index 679725030731..e6fe428f0e2a 100644
--- a/Documentation/arch/arm64/memory-tagging-extension.rst
+++ b/Documentation/arch/arm64/memory-tagging-extension.rst@@ -222,7 +222,7 @@ programs should not retry in case of a non-zero system call return. address ABI control and MTE configuration of a process as per the ``prctl()`` options described in Documentation/arch/arm64/tagged-address-abi.rst and above. The corresponding -``regset`` is 1 element of 8 bytes (``sizeof(long))``). +``regset`` is 1 element of 8 bytes (``sizeof(long)``). Core dump support -----------------
diff --git a/Documentation/arch/powerpc/vas-api.rst b/Documentation/arch/powerpc/vas-api.rst
index a9625a2fa0c6..1d0d055356e3 100644
--- a/Documentation/arch/powerpc/vas-api.rst
+++ b/Documentation/arch/powerpc/vas-api.rst@@ -293,7 +293,7 @@ Simple example //Format CRB request with compression or //uncompression // Refer tests for vas_copy/vas_paste - vas_copy((&crb, 0, 1); + vas_copy(&crb, 0, 1); vas_paste(addr, 0, 1); // Poll on csb.flags with timeout // csb address is listed in CRB
diff --git a/Documentation/arch/sparc/oradax/dax-hv-api.txt b/Documentation/arch/sparc/oradax/dax-hv-api.txt
index ef1a4c2bf08b..ef6088aeaa66 100644
--- a/Documentation/arch/sparc/oradax/dax-hv-api.txt
+++ b/Documentation/arch/sparc/oradax/dax-hv-api.txt@@ -457,7 +457,7 @@ bits set, and terminate at a CCB that has the Conditional bit set, but not the P Offset Size Field Description Bits Field Description [15:14] Secondary Input Element Size (see Section 36.2.1.1.4, - “Secondary Input Element Size” + “Secondary Input Element Size”) [13:10] Output Format (see Section 36.2.1.1.6, “Output Format”) [9] Padding Direction selector: A value of 1 causes padding bytes to be added to the left side of output elements. A value of 0
@@ -656,7 +656,7 @@ Offset Size Field Description [18:16] Secondary Input Starting Offset (see Section 36.2.1.1.5, “Input Element Offsets”) [15:14] Secondary Input Element Size (see Section 36.2.1.1.4, - “Secondary Input Element Size” + “Secondary Input Element Size”) [13:10] Output Format (see Section 36.2.1.1.6, “Output Format”) [9:5] Operand size for first scan criteria value. In a scan value operation, this is one of two potential exact match values.
@@ -793,13 +793,13 @@ Offset Size Field Description [18:16] Secondary Input Starting Offset (see Section 36.2.1.1.5, “Input Element Offsets”) [15:14] Secondary Input Element Size (see Section 36.2.1.1.4, - “Secondary Input Element Size” + “Secondary Input Element Size”) [13:10] Output Format (see Section 36.2.1.1.6, “Output Format”) [9] Reserved [8:0] Test value used for comparison against the most significant bits in the input values, when using 2 or 3 byte input elements. -8 8 Completion (same fields as Section 36.2.1.2, “Extract command” -16 8 Primary Input (same fields as Section 36.2.1.2, “Extract command” +8 8 Completion (same fields as Section 36.2.1.2, “Extract command)” +16 8 Primary Input (same fields as Section 36.2.1.2, “Extract command”) 24 8 Data Access Control (same fields as Section 36.2.1.2, “Extract command”, except Primary Input Length Format may not use the 0x0 value) 32 8 Secondary Input, if used by Primary Input Format. Same fields as Primary
@@ -880,7 +880,7 @@ Offset Size Field Description [18:16] Secondary Input Starting Offset (see Section 36.2.1.1.5, “Input Element Offsets”) [15:14] Secondary Input Element Size (see Section 36.2.1.1.4, - “Secondary Input Element Size” + “Secondary Input Element Size”) 524
@@ -895,8 +895,8 @@ Offset Size Field Description causes padding bytes to be added to the right side of output elements. [8:0] Reserved - 8 8 Completion (same fields as Section 36.2.1.2, “Extract command” - 16 8 Primary Input (same fields as Section 36.2.1.2, “Extract command” + 8 8 Completion (same fields as Section 36.2.1.2, “Extract command”) + 16 8 Primary Input (same fields as Section 36.2.1.2, “Extract command”) 24 8 Data Access Control (same fields as Section 36.2.1.2, “Extract command”) 32 8 Secondary Bit Vector Input. Same fields as Primary Input. 40 8 Reserved
@@ -949,7 +949,7 @@ Offset Size Field Description [31] If set, this CCB functions as a Sync command. If clear, this CCB functions as a No-op command. [30:0] Reserved - 8 8 Completion (same fields as Section 36.2.1.2, “Extract command” + 8 8 Completion (same fields as Section 36.2.1.2, “Extract command”) 16 46 Reserved 36.2.2. CCB Completion Area
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 +i guess this is wrong, but i don't know what's correct ===================================================== .. include:: dax-hv-api.txt
--
2.54.0