]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove unnecessary colon for @note tag.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Jan 2010 07:35:49 +0000 (07:35 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Jan 2010 07:35:49 +0000 (07:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9708 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/SmmCis.h
IntelFrameworkPkg/Include/Protocol/DataHub.h
IntelFrameworkPkg/Include/Protocol/FrameworkHii.h

index 59cc701dbefe72d6fd8b1b3651844c7b8465609f..7fa9884a7213d9431fde5efe97f6c70a701316b7 100644 (file)
@@ -2,7 +2,7 @@
   Include file for definitions in the Intel Platform Innovation Framework for EFI\r
   System Management Mode Core Interface Specification (SMM CIS) version 0.90.\r
 \r
   Include file for definitions in the Intel Platform Innovation Framework for EFI\r
   System Management Mode Core Interface Specification (SMM CIS) version 0.90.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation\r
+  Copyright (c) 2007 - 2010, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -95,7 +95,7 @@ struct _EFI_SMM_CPU_IO_INTERFACE {
   @retval EFI_SUCCESS           The requested number of bytes was allocated.\r
   @retval EFI_OUT_OF_RESOURCES  The pool requested could not be allocated.\r
   @retval EFI_UNSUPPORTED       In runtime.\r
   @retval EFI_SUCCESS           The requested number of bytes was allocated.\r
   @retval EFI_OUT_OF_RESOURCES  The pool requested could not be allocated.\r
   @retval EFI_UNSUPPORTED       In runtime.\r
-  @note: Inconsistent with specification here:\r
+  @note  Inconsistent with specification here:\r
          In Framework Spec, this definition is named EFI_SMM_ALLOCATE_POOL.  \r
          To avoid a naming conflict, the definition is renamed.\r
 **/\r
          In Framework Spec, this definition is named EFI_SMM_ALLOCATE_POOL.  \r
          To avoid a naming conflict, the definition is renamed.\r
 **/\r
@@ -115,7 +115,7 @@ EFI_STATUS
   @retval EFI_SUCCESS           The memory was returned to the system.\r
   @retval EFI_INVALID_PARAMETER Buffer was invalid.\r
   @retval EFI_UNSUPPORTED       In runtime.\r
   @retval EFI_SUCCESS           The memory was returned to the system.\r
   @retval EFI_INVALID_PARAMETER Buffer was invalid.\r
   @retval EFI_UNSUPPORTED       In runtime.\r
-  @note: Inconsistent with specification here:\r
+  @note  Inconsistent with specification here:\r
          In Framework Spec, this definition is named EFI_SMM_FREE_POOL.  \r
          To avoid a naming conflict, the definition is renamed. \r
 **/\r
          In Framework Spec, this definition is named EFI_SMM_FREE_POOL.  \r
          To avoid a naming conflict, the definition is renamed. \r
 **/\r
@@ -140,7 +140,7 @@ EFI_STATUS
   @retval EFI_NOT_FOUND         The requested pages could not be found.\r
   @retval EFI_INVALID_PARAMETER Type is not AllocateAnyPages or AllocateMaxAddress\r
                                 or AllocateAddress. Or MemoryType is in the range EfiMaxMemoryType..0x7FFFFFFF.\r
   @retval EFI_NOT_FOUND         The requested pages could not be found.\r
   @retval EFI_INVALID_PARAMETER Type is not AllocateAnyPages or AllocateMaxAddress\r
                                 or AllocateAddress. Or MemoryType is in the range EfiMaxMemoryType..0x7FFFFFFF.\r
-  @note: Inconsistent with specification here:\r
+  @note  Inconsistent with specification here:\r
          In the Framework Spec, this definition is named EFI_SMM_ALLOCATE_PAGES.  \r
          To avoid a naming conflict, the definition here is renamed.\r
 **/\r
          In the Framework Spec, this definition is named EFI_SMM_ALLOCATE_PAGES.  \r
          To avoid a naming conflict, the definition here is renamed.\r
 **/\r
@@ -163,7 +163,7 @@ EFI_STATUS
   @retval EFI_INVALID_PARAMETER Memory is not a page-aligned address or NumberOfPages is invalid.\r
   @retval EFI_NOT_FOUND         The requested memory pages were not allocated with SmmAllocatePages().\r
   \r
   @retval EFI_INVALID_PARAMETER Memory is not a page-aligned address or NumberOfPages is invalid.\r
   @retval EFI_NOT_FOUND         The requested memory pages were not allocated with SmmAllocatePages().\r
   \r
-  @note: Inconsistent with specification here:\r
+  @note  Inconsistent with specification here:\r
          In the Framework Spec, this definition is named EFI_SMM_FREE_PAGES.  \r
          To avoid a naming conflict, the definition here is renamed.\r
 **/\r
          In the Framework Spec, this definition is named EFI_SMM_FREE_PAGES.  \r
          To avoid a naming conflict, the definition here is renamed.\r
 **/\r
index 7e965fd94c3e770164a274fdfe3b9486806d231a..4b51e7a8c21d26761a59d16e26c51e6c52323dc8 100644 (file)
@@ -3,7 +3,7 @@
   data and those wishing to be made aware of all information that\r
   has been logged.\r
 \r
   data and those wishing to be made aware of all information that\r
   has been logged.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation\r
+  Copyright (c) 2007 - 2010, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -114,7 +114,7 @@ EFI_STATUS
                                 data records exist in the system.\r
   @retval EFI_OUT_OF_RESOURCES  Record was not returned due to lack\r
                                 of system resources.\r
                                 data records exist in the system.\r
   @retval EFI_OUT_OF_RESOURCES  Record was not returned due to lack\r
                                 of system resources.\r
-  @note: Inconsistent with specification here: \r
+  @note  Inconsistent with specification here: \r
          In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as\r
          EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistency is maintained for backward compatibility. \r
 **/\r
          In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as\r
          EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistency is maintained for backward compatibility. \r
 **/\r
@@ -146,7 +146,7 @@ EFI_STATUS
   @retval EFI_ALREADY_STARTED   FilterEvent was previously registered and cannot be registered again.\r
   @retval EFI_OUT_OF_RESOURCES  The filter driver event was not registered\r
                                 due to lack of system resources.\r
   @retval EFI_ALREADY_STARTED   FilterEvent was previously registered and cannot be registered again.\r
   @retval EFI_OUT_OF_RESOURCES  The filter driver event was not registered\r
                                 due to lack of system resources.\r
-  @note: Inconsistent with specification here: \r
+  @note  Inconsistent with specification here: \r
          In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as\r
          EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility. \r
 **/\r
          In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as\r
          EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility. \r
 **/\r
@@ -169,7 +169,7 @@ EFI_STATUS
 \r
   @retval EFI_SUCCESS           The filter driver represented by FilterEvent was shut off.\r
   @retval EFI_NOT_FOUND         FilterEvent did not exist.\r
 \r
   @retval EFI_SUCCESS           The filter driver represented by FilterEvent was shut off.\r
   @retval EFI_NOT_FOUND         FilterEvent did not exist.\r
-  @note: Inconsistent with specification here: \r
+  @note  Inconsistent with specification here: \r
          In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as\r
          EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility.  \r
 **/\r
          In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as\r
          EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility.  \r
 **/\r
index 19c268ffa06af5f1f7619cc17debfec387181650..67e9341b4a7f35f4d7c4de0d0c7e95c17b04934d 100644 (file)
@@ -3,7 +3,7 @@
   used by resources that want to publish IFR/Font/String data and have it\r
   collected by the Configuration engine.\r
 \r
   used by resources that want to publish IFR/Font/String data and have it\r
   collected by the Configuration engine.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation\r
+  Copyright (c) 2007 - 2010, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -635,7 +635,7 @@ EFI_STATUS
 \r
   @retval EFI_SUCCESS           It worked.\r
   @retval EFI_NOT_FOUND         A glyph for a character was not found.\r
 \r
   @retval EFI_SUCCESS           It worked.\r
   @retval EFI_NOT_FOUND         A glyph for a character was not found.\r
-  @note: Inconsistent with specification here:\r
+  @note  Inconsistent with specification here:\r
          In Framework Spec, HII spec 0.92. The type of 3rd, 4th and 8th parameter is EFI_UGA_PIXEL.\r
          Here the definition uses the EFI_GRAPHICS_OUTPUT_BLT_PIXEL, which is defined in UEFI 2.1 spec\r
 **/\r
          In Framework Spec, HII spec 0.92. The type of 3rd, 4th and 8th parameter is EFI_UGA_PIXEL.\r
          Here the definition uses the EFI_GRAPHICS_OUTPUT_BLT_PIXEL, which is defined in UEFI 2.1 spec\r
 **/\r