From fa3e7746bb6cda21a9e8c600d19b8228ec7bcc34 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 21 Sep 2009 14:44:09 +0000 Subject: [PATCH] Remove some unicode characters in MdePkg source code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9296 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ppi/PiPcd.h | 14 +++++++------- MdePkg/Include/Protocol/AtaPassThru.h | 2 +- MdePkg/Include/Protocol/FirmwareManagement.h | 2 +- MdePkg/Include/Protocol/PiPcd.h | 2 +- MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h | 2 +- .../Include/Protocol/SmmStandbyButtonDispatch2.h | 2 +- MdePkg/Include/Uefi/UefiGpt.h | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/MdePkg/Include/Ppi/PiPcd.h b/MdePkg/Include/Ppi/PiPcd.h index f4edfff23d..b0c9e85f10 100644 --- a/MdePkg/Include/Ppi/PiPcd.h +++ b/MdePkg/Include/Ppi/PiPcd.h @@ -44,7 +44,7 @@ extern EFI_GUID gEfiPeiPcdPpiGuid; The SKU Id of zero is reserved as a default. The valid SkuId range is 1 to 255. For tokens that are not SKU enabled, the system ignores any set SKU Id and works with the single value for that token. For SKU-enabled tokens, the system will use the SKU Id set by the last call to SetSku(). If no - SKU Id is set or the currently set SKU Id isn’t valid for the specified token, the system uses the + SKU Id is set or the currently set SKU Id isn't valid for the specified token, the system uses the default SKU Id. If the system attempts to use the default SKU Id and no value has been set for that Id, the results are unpredictable. @@ -155,7 +155,7 @@ UINTN Sets an 8-bit value for a given PCD token. When the PCD service sets a value, it will check to ensure that the size of the value being set is - compatible with the Token’s existing definition. If it is not, an error will be returned. + compatible with the Token's existing definition. If it is not, an error will be returned. @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. @param[in] TokenNumber The PCD token number. @@ -179,7 +179,7 @@ EFI_STATUS Sets an 16-bit value for a given PCD token. When the PCD service sets a value, it will check to ensure that the size of the value being set is - compatible with the Token’s existing definition. If it is not, an error will be returned. + compatible with the Token's existing definition. If it is not, an error will be returned. @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. @param[in] TokenNumber The PCD token number. @@ -203,7 +203,7 @@ EFI_STATUS Sets an 32-bit value for a given PCD token. When the PCD service sets a value, it will check to ensure that the size of the value being set is - compatible with the Token’s existing definition. If it is not, an error will be returned. + compatible with the Token's existing definition. If it is not, an error will be returned. @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. @param[in] TokenNumber The PCD token number. @@ -227,7 +227,7 @@ EFI_STATUS Sets an 64-bit value for a given PCD token. When the PCD service sets a value, it will check to ensure that the size of the value being set is - compatible with the Token’s existing definition. If it is not, an error will be returned. + compatible with the Token's existing definition. If it is not, an error will be returned. @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. @param[in] TokenNumber The PCD token number. @@ -251,7 +251,7 @@ EFI_STATUS Sets a value of the specified size for a given PCD token. When the PCD service sets a value, it will check to ensure that the size of the value being set is - compatible with the Token’s existing definition. If it is not, an error will be returned. + compatible with the Token's existing definition. If it is not, an error will be returned. @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. @param[in] TokenNumber The PCD token number. @@ -277,7 +277,7 @@ EFI_STATUS Sets a Boolean value for a given PCD token. When the PCD service sets a value, it will check to ensure that the size of the value being set is - compatible with the Token’s existing definition. If it is not, an error will be returned. + compatible with the Token's existing definition. If it is not, an error will be returned. @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. @param[in] TokenNumber The PCD token number. diff --git a/MdePkg/Include/Protocol/AtaPassThru.h b/MdePkg/Include/Protocol/AtaPassThru.h index 74f90fa0e7..e1aad526fc 100644 --- a/MdePkg/Include/Protocol/AtaPassThru.h +++ b/MdePkg/Include/Protocol/AtaPassThru.h @@ -321,7 +321,7 @@ EFI_STATUS @param[in,out] DevicePath A pointer to a single device path node that describes the ATA device specified by Port and PortMultiplierPort. This function is responsible for allocating the buffer DevicePath with the - boot service AllocatePool(). It is the caller¡¯s responsibility + boot service AllocatePool(). It is the caller's responsibility to free DevicePath when the caller is finished with DevicePath. @retval EFI_SUCCESS The device path node that describes the ATA device specified by Port and PortMultiplierPort was allocated and returned in DevicePath. diff --git a/MdePkg/Include/Protocol/FirmwareManagement.h b/MdePkg/Include/Protocol/FirmwareManagement.h index 4bca4d3ec4..d9470004a0 100644 --- a/MdePkg/Include/Protocol/FirmwareManagement.h +++ b/MdePkg/Include/Protocol/FirmwareManagement.h @@ -131,7 +131,7 @@ typedef struct { /// -/// Image Attribute ¨CAuthentication Required +/// Image Attribute -Authentication Required /// typedef struct { /// diff --git a/MdePkg/Include/Protocol/PiPcd.h b/MdePkg/Include/Protocol/PiPcd.h index 5cc8bd8dd8..fd6d1379ba 100644 --- a/MdePkg/Include/Protocol/PiPcd.h +++ b/MdePkg/Include/Protocol/PiPcd.h @@ -44,7 +44,7 @@ extern EFI_GUID gEfiPcdProtocolGuid; The SKU Id of zero is reserved as a default. The valid SkuId range is 1 to 255. For tokens that are not SKU enabled, the system ignores any set SKU Id and works with the single value for that token. For SKU-enabled tokens, the system will use the SKU Id set by the last call to SetSku(). If no SKU - Id is set or the currently set SKU Id isn’t valid for the specified token, the system uses the default + Id is set or the currently set SKU Id isn't valid for the specified token, the system uses the default SKU Id. If the system attempts to use the default SKU Id and no value has been set for that Id, the results are unpredictable. diff --git a/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h b/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h index 5a529a10a2..b3cdb47653 100644 --- a/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h +++ b/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h @@ -61,7 +61,7 @@ typedef struct _EFI_SMM_POWER_BUTTON_DISPATCH2_PROTOCOL EFI_SMM_POWER_BUTTON_DIS @param[in] This Pointer to the EFI_SMM_POWER_BUTTON_DISPATCH2_PROTOCOL instance. @param[in] DispatchFunction Function to register for handler when power button is pressed or released. - @param[in] RegisterContext Pointer to the dispatch function’s context. The caller fills in this context + @param[in] RegisterContext Pointer to the dispatch function's context. The caller fills in this context before calling the Register() function to indicate to the Register() function the power button SMI phase for which the dispatch function should be invoked. @param[out] DispatchHandle Handle generated by the dispatcher to track the function instance. diff --git a/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h b/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h index 0ca8f03780..82c944a191 100644 --- a/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h +++ b/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h @@ -62,7 +62,7 @@ typedef struct _EFI_SMM_STANDBY_BUTTON_DISPATCH2_PROTOCOL EFI_SMM_STANDBY_BUTTON @param[in] This Pointer to the EFI_SMM_STANDBY_BUTTON_DISPATCH2_PROTOCOL instance. @param[in] DispatchFunction Function to register for handler when the standby button is pressed or released. - @param[in] RegisterContext Pointer to the dispatch function’s context. The caller fills in this context + @param[in] RegisterContext Pointer to the dispatch function's context. The caller fills in this context before calling the register function to indicate to the register function the standby button SMI source for which the dispatch function should be invoked. @param[out] DispatchHandle Handle generated by the dispatcher to track the function instance. diff --git a/MdePkg/Include/Uefi/UefiGpt.h b/MdePkg/Include/Uefi/UefiGpt.h index bac0c2668d..5ba4f5b694 100644 --- a/MdePkg/Include/Uefi/UefiGpt.h +++ b/MdePkg/Include/Uefi/UefiGpt.h @@ -121,7 +121,7 @@ typedef struct { /// specification. /// Bits 48-63: Reserved for GUID specific use. The use of these bits will vary depending on the /// PartitionTypeGUID. Only the owner of the PartitionTypeGUID is allowed - /// to modify these bits. They must be preserved if Bits 0¨C47 are modified.. + /// to modify these bits. They must be preserved if Bits 0-47 are modified.. /// UINT64 Attributes; /// -- 2.39.2