From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: "Wu, Hao A" <hao.a.wu@intel.com>,
"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Wu, Hao A" <hao.a.wu@intel.com>
Subject: Re: [PATCH 0/2] Fix typo 'Ihis' with 'This' in codes
Date: Mon, 17 Oct 2016 01:45:33 +0000 [thread overview]
Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386B1F73@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1476667971-11456-1-git-send-email-hao.a.wu@intel.com>
Reviewed-by: Jiewen.yao@intel.com
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
> Hao Wu
> Sent: Monday, October 17, 2016 9:33 AM
> To: edk2-devel@lists.01.org
> Cc: Wu, Hao A <hao.a.wu@intel.com>
> Subject: [edk2] [PATCH 0/2] Fix typo 'Ihis' with 'This' in codes
>
> Hao Wu (2):
> MdePkg/TrEEProtocol.h: Fix typo 'Ihis' with 'This' in comment
> SecurityPkg: Fix typo 'Ihis' with 'This' in codes
>
> MdePkg/Include/Protocol/TrEEProtocol.h
> | 4 ++--
> SecurityPkg/Include/Library/HashLib.h
> | 4 ++--
> SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h |
> 2 +-
> SecurityPkg/Include/Library/Tcg2PpVendorLib.h
> | 4 ++--
> SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h |
> 4 ++--
> SecurityPkg/Include/Library/TcgPpVendorLib.h
> | 4 ++--
> SecurityPkg/Include/Library/TpmCommLib.h
> | 4 ++--
> SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h |
> 4 ++--
> SecurityPkg/Include/Library/TrEEPpVendorLib.h
> | 4 ++--
> SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h
> | 4 ++--
> SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c |
> 4 ++--
> SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c |
> 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c
> | 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h
> | 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c
> | 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf |
> 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni |
> 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c |
> 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf |
> 4 ++--
> .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni |
> 4 ++--
> SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c
> | 4 ++--
> SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c
> | 4 ++--
> SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c
> | 4 ++--
> SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c
> | 2 +-
> SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c
> | 4 ++--
> SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
> | 4 ++--
> SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni
> | 6 +++---
> SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c
> | 4 ++--
> SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf |
> 4 ++--
> SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni |
> 6 +++---
> SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c
> | 4 ++--
> SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c
> | 4 ++--
> 32 files changed, 64 insertions(+), 64 deletions(-)
>
> --
> 1.9.5.msysgit.0
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
prev parent reply other threads:[~2016-10-17 1:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-17 1:32 [PATCH 0/2] Fix typo 'Ihis' with 'This' in codes Hao Wu
2016-10-17 1:32 ` [PATCH 1/2] MdePkg/TrEEProtocol.h: Fix typo 'Ihis' with 'This' in comment Hao Wu
2016-10-17 1:32 ` [PATCH 2/2] SecurityPkg: Fix typo 'Ihis' with 'This' in codes Hao Wu
2016-10-17 1:45 ` Yao, Jiewen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=74D8A39837DF1E4DA445A8C0B3885C50386B1F73@shsmsx102.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox