Skip to content

Commit 00cb1e0

Browse files
james-c-linaroctmarinas
authored andcommitted
arm64/sysreg: Fix unbalanced closing block
This is a sysreg block so close it with one. This doesn't make a difference to the output because the script only matches on the beginning of the word to close blocks which is correct by coincidence here. Signed-off-by: James Clark <james.clark@linaro.org> Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/20250115162600.2153226-2-james.clark@linaro.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent ea37be0 commit 00cb1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/tools/sysreg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ EndEnum
20762076
Res0 4:2
20772077
Field 1 ExTRE
20782078
Field 0 E0TRE
2079-
EndSysregFields
2079+
EndSysreg
20802080

20812081
Sysreg SMPRI_EL1 3 0 1 2 4
20822082
Res0 63:4

0 commit comments

Comments
 (0)