diff options
| author | ThomasKaiser <ThomasKaiser@users.noreply.github.com> | 2022-07-18 12:56:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-18 12:56:44 +0200 |
| commit | 3b565d311e56d73ee81adeae97e3718c3468baf8 (patch) | |
| tree | a8ddb69da0d943a6b06832b0d206213b3be2088b /sys-utils/lscpu-arm.c | |
| parent | 1d9568477e6d2a69fc0ca8c12e2cdbabc5380aad (diff) | |
| download | util-linux-3b565d311e56d73ee81adeae97e3718c3468baf8.tar.gz | |
Remove closing braces in Apple cores names
Diffstat (limited to 'sys-utils/lscpu-arm.c')
| -rw-r--r-- | sys-utils/lscpu-arm.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 8b70669f4d..ac3703e1e5 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -159,14 +159,14 @@ static const struct id_part marvell_part[] = { }; static const struct id_part apple_part[] = { - { 0x020, "Icestorm-A14)" }, - { 0x021, "Firestorm-A14)" }, - { 0x022, "Icestorm-M1)" }, - { 0x023, "Firestorm-M1)" }, - { 0x024, "Icestorm-M1-Pro)" }, - { 0x025, "Firestorm-M1-Pro)" }, - { 0x028, "Icestorm-M1-Max)" }, - { 0x029, "Firestorm-M1-Max)" }, + { 0x020, "Icestorm-A14" }, + { 0x021, "Firestorm-A14" }, + { 0x022, "Icestorm-M1" }, + { 0x023, "Firestorm-M1" }, + { 0x024, "Icestorm-M1-Pro" }, + { 0x025, "Firestorm-M1-Pro" }, + { 0x028, "Icestorm-M1-Max" }, + { 0x029, "Firestorm-M1-Max" }, { 0x030, "Blizzard-A15" }, { 0x031, "Avalanche-A15" }, { 0x032, "Blizzard-M2" }, |
