arm64: entry: Tidy up block comments and label numbers
authorWill Deacon <will@kernel.org>
Wed, 8 Jul 2020 21:10:01 +0000 (22:10 +0100)
committerWill Deacon <will@kernel.org>
Wed, 8 Jul 2020 21:13:33 +0000 (22:13 +0100)
commit8c3001b9252d8dbf72289d3590a723eea8cfe824
tree261c203f01e8e2837b474b8966ce426373a0be4b
parentdc802f2bc0208f4abca420705a860c5175db4bee
arm64: entry: Tidy up block comments and label numbers

Continually butchering our entry code with CPU errata workarounds has
led to it looking a little scruffy. Consistently used /* */ comment
style for multi-line block comments and ensure that small numeric labels
use consecutive integers.

No functional change, but the state of things was irritating.

Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/entry.S