From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from muminek.juszkiewicz.com.pl (muminek.juszkiewicz.com.pl [213.251.184.221]) by mx.groups.io with SMTP id smtpd.web11.51103.1683210296574163279 for ; Thu, 04 May 2023 07:24:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=softfail (domain: linaro.org, ip: 213.251.184.221, mailfrom: marcin.juszkiewicz@linaro.org) Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id 2805B260824; Thu, 4 May 2023 16:24:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at juszkiewicz.com.pl Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ESTYhn_r3Y0C; Thu, 4 May 2023 16:24:53 +0200 (CEST) Received: from applejack.lan (83.11.34.59.ipv4.supernova.orange.pl [83.11.34.59]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id 62737260A77; Thu, 4 May 2023 16:24:50 +0200 (CEST) From: "Marcin Juszkiewicz" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Rebecca Cran , Sami Mujawar , Marcin Juszkiewicz Subject: [PATCH 7/7] ArmPkg: cleaning output of ArmCpuInfo Date: Thu, 4 May 2023 15:24:40 +0100 Message-Id: <20230504142440.827531-8-marcin.juszkiewicz@linaro.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230504142440.827531-1-marcin.juszkiewicz@linaro.org> References: <20230504142440.827531-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable There is no point of having double spaces. Signed-off-by: Marcin Juszkiewicz --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c b/ArmPkg/Applicat= ion/ArmCpuInfo/ArmCpuInfo.c index ab1cc70933e1..caaab4ec4313 100644 --- a/ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c +++ b/ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c @@ -659,7 +659,7 @@ HandleAa64Isar1 ( Value =3D (Aa64Isar1 >> 4) & 0xf; switch (Value) { case b0000: - Description =3D "Address Authentication (APA) not implemented."; + Description =3D "Address Authentication (APA) not implemented."; break; case b0001: Description =3D "FEAT_PAuth implemented."; @@ -690,7 +690,7 @@ HandleAa64Isar1 ( Value =3D (Aa64Isar1 >> 8) & 0xf; switch (Value) { case b0000: - Description =3D "Address Authentication (API) not implemented."; + Description =3D "Address Authentication (API) not implemented."; break; case b0001: Description =3D "FEAT_PAuth implemented."; @@ -1005,7 +1005,7 @@ HandleAa64Isar2 ( Value =3D (Aa64Isar2 >> 12) & 0xf; switch (Value) { case b0000: - Description =3D "Address Authentication (APA3) not implemented."; + Description =3D "Address Authentication (APA3) not implemented."; break; case b0001: Description =3D "FEAT_PAuth implemented."; @@ -1099,25 +1099,25 @@ HandleAa64Mmfr0 ( Value =3D Aa64Mmfr0 & 0xf; switch (Value) { case b0000: - Description =3D "32 Bits (4GB) of physical address range supporte= d."; + Description =3D "32 Bits (4GB) of physical address range supported= ."; break; case b0001: - Description =3D "36 Bits (64GB) of physical address range support= ed."; + Description =3D "36 Bits (64GB) of physical address range supporte= d."; break; case b0010: - Description =3D "40 Bits (1TB) of physical address range supporte= d."; + Description =3D "40 Bits (1TB) of physical address range supported= ."; break; case b0011: - Description =3D "42 Bits (4TB) of physical address range supporte= d."; + Description =3D "42 Bits (4TB) of physical address range supported= ."; break; case b0100: - Description =3D "44 Bits (16TB) of physical address range support= ed."; + Description =3D "44 Bits (16TB) of physical address range supporte= d."; break; case b0101: - Description =3D "48 Bits (256TB) of physical address range suppor= ted."; + Description =3D "48 Bits (256TB) of physical address range support= ed."; break; case b0110: - Description =3D "52 Bits (4PB) of physical address range supporte= d."; + Description =3D "52 Bits (4PB) of physical address range supported= ."; break; default: Description =3D "unknown"; @@ -1982,7 +1982,7 @@ HandleAa64Pfr0 ( Description =3D "Floating-point implemented."; break; case b0001: - Description =3D "Floating-point with half-precision support (FEAT= _FP16)."; + Description =3D "Floating-point with half-precision support (FEAT_= FP16)."; break; case b1111: Description =3D "Floating-point not implemented."; @@ -2001,7 +2001,7 @@ HandleAa64Pfr0 ( Description =3D "Advanced SIMD implemented."; break; case b0001: - Description =3D "Advanced SIMD with half precision support (FEAT_= FP16)."; + Description =3D "Advanced SIMD with half precision support (FEAT_F= P16)."; break; case b1111: Description =3D "Advanced SIMD not implemented."; --=20 2.40.1