Skip to content

Commit

Permalink
arm64/sysreg: Fix unbalanced closing block
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Clark authored and Catalin Marinas committed Mar 14, 2025
1 parent ea37be0 commit 00cb1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/tools/sysreg
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ EndEnum
Res0 4:2
Field 1 ExTRE
Field 0 E0TRE
EndSysregFields
EndSysreg

Sysreg SMPRI_EL1 3 0 1 2 4
Res0 63:4
Expand Down

0 comments on commit 00cb1e0

Please sign in to comment.