From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web08.24927.1662386125748646627 for ; Mon, 05 Sep 2022 06:55:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=lAsvhD3A; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 273D261151 for ; Mon, 5 Sep 2022 13:55:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9167DC433D6 for ; Mon, 5 Sep 2022 13:55:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662386124; bh=USx3LByK9Fdkkd07JkOg/wDtt4UitanI9RjYDzaqIBg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=lAsvhD3APPsRNIPyuwVJnZboJc3pTLyLMhtk9UUIl4j+/0Vtt769h3zUFM7yWoFpL VhY8KGRzPk2uDmZzLTpMRbA0a4I9AHo9TW49ezdwnXBO0EsmC1AxJg1kIXuB0IM5hz TL3hjmxqCDDypNcKMhwteMm9ytVICZtsHY4aN6LEknnNj3ILJ/PmB82itlEW4U6Zcd AsKtQZpeFQUvmplmrGOeloHMr0V9+ZxELLzSaXRv8hBspB+MD+SJirw+4nX2bGHFOn 4mUe69dNx9oEQkX5QZtQiCb6oiEYGwviB6uhfeZzJunjrL2mdAYr/kLQWFX4LW/2mq KheBMxpIz4HIA== Received: by mail-lf1-f50.google.com with SMTP id z29so13188550lfb.13 for ; Mon, 05 Sep 2022 06:55:24 -0700 (PDT) X-Gm-Message-State: ACgBeo1euWkLWcus5yBysRG0c1a7MLB0DQIHWsilgXKx/JgIJ322H1Vt HjMRYkQklPONIayPStodzMR8zf3j9OZzSidMiYc= X-Google-Smtp-Source: AA6agR5YkdgUvNJq5IFM+Yw7T1wuV1zaZO0Z03aWPUzgvq+FvFdyJ9FXrJ1e8whDFAW6wYPJq0CSnMkhSfjqVPYrUIU= X-Received: by 2002:a05:6512:150e:b0:492:d9fd:9bdf with SMTP id bq14-20020a056512150e00b00492d9fd9bdfmr15766947lfb.583.1662386122642; Mon, 05 Sep 2022 06:55:22 -0700 (PDT) MIME-Version: 1.0 References: <20220823160031.991072-1-Pierre.Gondois@arm.com> <20220823160031.991072-22-Pierre.Gondois@arm.com> In-Reply-To: From: "Ard Biesheuvel" Date: Mon, 5 Sep 2022 15:55:10 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 21/24] StandaloneMmPkg: Remove duplicated words To: "Yao, Jiewen" Cc: "Pierre.Gondois@arm.com" , "devel@edk2.groups.io" , Ard Biesheuvel , Sami Mujawar Content-Type: text/plain; charset="UTF-8" On Wed, 24 Aug 2022 at 01:00, Yao, Jiewen wrote: > > Reviewed-by: Jiewen Yao > Merged as #3287 > > -----Original Message----- > > From: Pierre.Gondois@arm.com > > Sent: Wednesday, August 24, 2022 12:00 AM > > To: devel@edk2.groups.io > > Cc: Pierre Gondois ; Ard Biesheuvel > > ; Sami Mujawar ; Yao, > > Jiewen > > Subject: [PATCH 21/24] StandaloneMmPkg: Remove duplicated words > > > > 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/StandaloneMmMemLib.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. > > > > - MM memory check library library implementation. This library consumes > > MM_ACCESS_PROTOCOL > > + MM memory check library implementation. This library consumes > > MM_ACCESS_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 > > firmware (like MM Core > > and MM driver) and/or specific dedicated hardware. > > diff --git > > a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.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_ACCESS_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 > > firmware (like MM Core > > # and MM driver) and/or specific dedicated hardware. > > -- > > 2.25.1 >