From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.33748.1661270456311195929 for ; Tue, 23 Aug 2022 09:00:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AE3C31570; Tue, 23 Aug 2022 09:00:59 -0700 (PDT) Received: from pierre123.nice.arm.com (pierre123.nice.arm.com [10.34.100.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 1EAA33F718; Tue, 23 Aug 2022 09:00:54 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Ard Biesheuvel , Sami Mujawar , Jiewen Yao Subject: [PATCH 21/24] StandaloneMmPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:28 +0200 Message-Id: <20220823160031.991072-22-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220823160031.991072-1-Pierre.Gondois@arm.com> References: <20220823160031.991072-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the above package, remove duplicated words. Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Jiewen Yao Signed-off-by: Pierre Gondois --- StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c | 2 +- .../Library/StandaloneMmMemLib/StandaloneMmMemLib.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLi= b.c b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c index e6393272514f..814352369ed3 100644 --- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c +++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c @@ -1,7 +1,7 @@ /** @file Instance of MM memory check library. =20 - MM memory check library library implementation. This library consumes = MM_ACCESS_PROTOCOL + MM memory check library implementation. This library consumes MM_ACCES= S_PROTOCOL to get MMRAM information. In order to use this library instance, the p= latform should produce all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmwa= re (like MM Core and MM driver) and/or specific dedicated hardware. diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLi= b.inf b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf index b29d97a74607..ed3cdf199452 100644 --- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf +++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf @@ -1,7 +1,7 @@ ## @file # Instance of MM memory check library. # -# MM memory check library library implementation. This library consumes= MM_ACCESS_PROTOCOL +# MM memory check library implementation. This library consumes MM_ACCE= SS_PROTOCOL # to get MMRAM information. In order to use this library instance, the = platform should produce # all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmw= are (like MM Core # and MM driver) and/or specific dedicated hardware. --=20 2.25.1