summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-04 04:52:41 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-04 04:52:41 +0000
commit545312ad92b51501777df57d595f1725170f8940 (patch)
tree4509d263a3f22724feb6060e2c6be01356735f07 /EdkCompatibilityPkg
parentdef75b5dadfe38126ca04495b7d7bd587847a7eb (diff)
downloadedk2-545312ad92b51501777df57d595f1725170f8940.tar.gz
edk2-545312ad92b51501777df57d595f1725170f8940.tar.bz2
edk2-545312ad92b51501777df57d595f1725170f8940.zip
1. Correct coding comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10176 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Compatibility/Include/Library/LanguageLib.h6
-rw-r--r--EdkCompatibilityPkg/Compatibility/Include/Ppi/EcpPciCfg.h4
-rw-r--r--EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/Include/Library/LanguageLib.h b/EdkCompatibilityPkg/Compatibility/Include/Library/LanguageLib.h
index bb8c4c6c6d..406704a254 100644
--- a/EdkCompatibilityPkg/Compatibility/Include/Library/LanguageLib.h
+++ b/EdkCompatibilityPkg/Compatibility/Include/Library/LanguageLib.h
@@ -1,7 +1,7 @@
/** @file
Provides functions for language conversion between ISO 639-2 and RFC 4646 styles.
-Copyright (c) 2009, Intel Corporation<BR>
+Copyright (c) 2009 - 2010, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -79,7 +79,7 @@ ConvertRfc4646ToIso639 (
@retval NULL Invalid ISO 639-2 language code found.
@retval NULL Out of memory.
- @retval !NULL Pointer to the allocate buffer containing the Null-terminated converted language codes string.
+ @return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
This string is composed of one or more RFC4646 language codes each of which has only
ISO 639-1 2-letter primary language subtag.
@@ -102,7 +102,7 @@ ConvertLanguagesIso639ToRfc4646 (
@retval NULL Invalid or unsupported RFC 4646 language code found.
@retval NULL Out of memory.
- @retval !NULL Pointer to the allocate buffer containing the Null-terminated converted language codes string.
+ @return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
This string is composed of one or more ISO 639-2 language codes.
**/
diff --git a/EdkCompatibilityPkg/Compatibility/Include/Ppi/EcpPciCfg.h b/EdkCompatibilityPkg/Compatibility/Include/Ppi/EcpPciCfg.h
index 51605cfe31..9428ff9134 100644
--- a/EdkCompatibilityPkg/Compatibility/Include/Ppi/EcpPciCfg.h
+++ b/EdkCompatibilityPkg/Compatibility/Include/Ppi/EcpPciCfg.h
@@ -1,7 +1,7 @@
/** @file
This PPI is the same as the PPI in the framework PciCfg, with one exception: this PPI does not include a modify API, while the PPI in the framework PciCfg does.
-Copyright (c) 2008 - 2009, Intel Corporation
+Copyright (c) 2008 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -39,7 +39,7 @@ typedef struct _ECP_PEI_PCI_CFG_PPI ECP_PEI_PCI_CFG_PPI;
**/
typedef
EFI_STATUS
-(EFIAPI *ECP_PEI_PCI_CFG_PPI_IO) (
+(EFIAPI *ECP_PEI_PCI_CFG_PPI_IO)(
IN EFI_PEI_SERVICES **PeiServices,
IN EFI_PEI_PCI_CFG_PPI * This,
IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
diff --git a/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c b/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c
index 16a9d60b74..468d736e72 100644
--- a/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c
+++ b/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c
@@ -384,7 +384,7 @@ ConvertRfc4646ToIso639 (
@retval NULL Invalid ISO 639-2 language code found.
@retval NULL Out of memory.
- @retval !NULL Pointer to the allocate buffer containing the Null-terminated converted language codes string.
+ @return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
This string is composed of one or more RFC4646 language codes each of which has only
ISO 639-1 2-letter primary language subtag.
@@ -442,7 +442,7 @@ ConvertLanguagesIso639ToRfc4646 (
@retval NULL Invalid or unsupported RFC 4646 language code found.
@retval NULL Out of memory.
- @retval !NULL Pointer to the allocate buffer containing the Null-terminated converted language codes string.
+ @return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
This string is composed of one or more ISO 639-2 language codes.
**/