]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Remove closing braces in Apple cores names
authorThomasKaiser <ThomasKaiser@users.noreply.github.com>
Mon, 18 Jul 2022 10:56:44 +0000 (12:56 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 10:56:44 +0000 (12:56 +0200)
sys-utils/lscpu-arm.c

index 8b70669f4d40f42b2080ccefd33032667bd79db1..ac3703e1e5c2cdf12545bf2be3afaccf7db3e5cc 100644 (file)
@@ -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" },