summaryrefslogtreecommitdiff
path: root/src/shared/gpt.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-18 11:48:17 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-19 18:49:46 +0100
commit16bcaebcfaa17830d84137e7a41285de624d515e (patch)
treeec431be6ee6b0ccbfdf2f8d134ebf3c0df8a8798 /src/shared/gpt.c
parent6b47cc9897a5d9eac120d24dc62fe0822f324a30 (diff)
downloadsystemd-16bcaebcfaa17830d84137e7a41285de624d515e.tar.gz
shared/gpt: ARM_64 → ARM64
"arm64" is generally written without the underscore.
Diffstat (limited to 'src/shared/gpt.c')
-rw-r--r--src/shared/gpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/gpt.c b/src/shared/gpt.c
index 00ce666105..3c0723da9c 100644
--- a/src/shared/gpt.c
+++ b/src/shared/gpt.c
@@ -26,7 +26,7 @@ const GptPartitionType gpt_partition_type_table[] = {
_GPT_ARCH_SEXTET(ALPHA, "alpha"),
_GPT_ARCH_SEXTET(ARC, "arc"),
_GPT_ARCH_SEXTET(ARM, "arm"),
- _GPT_ARCH_SEXTET(ARM_64, "arm64"),
+ _GPT_ARCH_SEXTET(ARM64, "arm64"),
_GPT_ARCH_SEXTET(IA64, "ia64"),
_GPT_ARCH_SEXTET(LOONGARCH64, "loongarch64"),
_GPT_ARCH_SEXTET(MIPS_LE, "mips-le"),
@@ -69,7 +69,7 @@ const GptPartitionType gpt_partition_type_table[] = {
GPT_##type##_ALPHA##suffix, \
GPT_##type##_ARC##suffix, \
GPT_##type##_ARM##suffix, \
- GPT_##type##_ARM_64##suffix, \
+ GPT_##type##_ARM64##suffix, \
GPT_##type##_IA64##suffix, \
GPT_##type##_LOONGARCH64##suffix, \
GPT_##type##_MIPS_LE##suffix, \