Discussion:
[edk2] [PATCH] MdePkg: Fix a comment typo in Include/Ppi/MpServices.h
Hao Wu
2015-07-14 03:01:13 UTC
Permalink
The summary of EFI_PEI_MP_SERVICES_WHOAMI is modified to show the correct
description of this service.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <***@intel.com>
---
MdePkg/Include/Ppi/MpServices.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdePkg/Include/Ppi/MpServices.h b/MdePkg/Include/Ppi/MpServices.h
index a96baf7..2c21d64 100644
--- a/MdePkg/Include/Ppi/MpServices.h
+++ b/MdePkg/Include/Ppi/MpServices.h
@@ -242,7 +242,7 @@ EFI_STATUS
);

/**
- Enable or disable an application processor.
+ Identify the currently executing processor.

@param[in] PeiServices An indirect pointer to the PEI Services Table
published by the PEI Foundation.
--
1.9.5.msysgit.0
Fan, Jeff
2015-07-14 03:10:33 UTC
Permalink
Reviewed-by: Jeff Fan <***@intel.com>

-----Original Message-----
From: Wu, Hao A
Sent: Tuesday, July 14, 2015 11:01 AM
To: edk2-***@lists.sourceforge.net; Fan, Jeff
Cc: Wu, Hao A
Subject: [PATCH] MdePkg: Fix a comment typo in Include/Ppi/MpServices.h

The summary of EFI_PEI_MP_SERVICES_WHOAMI is modified to show the correct description of this service.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <***@intel.com>
---
MdePkg/Include/Ppi/MpServices.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdePkg/Include/Ppi/MpServices.h b/MdePkg/Include/Ppi/MpServices.h index a96baf7..2c21d64 100644
--- a/MdePkg/Include/Ppi/MpServices.h
+++ b/MdePkg/Include/Ppi/MpServices.h
@@ -242,7 +242,7 @@ EFI_STATUS
);

/**
- Enable or disable an application processor.
+ Identify the currently executing processor.

@param[in] PeiServices An indirect pointer to the PEI Services Table
published by the PEI Foundation.
--
1.9.5.msysgit.0

Loading...