commit | 8c3001b9252d8dbf72289d3590a723eea8cfe824 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Wed Jul 08 22:10:01 2020 +0100 |
committer | Will Deacon <will@kernel.org> | Wed Jul 08 22:13:33 2020 +0100 |
tree | 261c203f01e8e2837b474b8966ce426373a0be4b | |
parent | dc802f2bc0208f4abca420705a860c5175db4bee [diff] |
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>