Remove unnecessary colon for @note tag.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9708 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2010-01-11 07:35:49 +00:00
parent 67f7e37652
commit 77a725127c
3 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
Include file for definitions in the Intel Platform Innovation Framework for EFI Include file for definitions in the Intel Platform Innovation Framework for EFI
System Management Mode Core Interface Specification (SMM CIS) version 0.90. System Management Mode Core Interface Specification (SMM CIS) version 0.90.
Copyright (c) 2007 - 2009, Intel Corporation Copyright (c) 2007 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at
@ -95,7 +95,7 @@ struct _EFI_SMM_CPU_IO_INTERFACE {
@retval EFI_SUCCESS The requested number of bytes was allocated. @retval EFI_SUCCESS The requested number of bytes was allocated.
@retval EFI_OUT_OF_RESOURCES The pool requested could not be allocated. @retval EFI_OUT_OF_RESOURCES The pool requested could not be allocated.
@retval EFI_UNSUPPORTED In runtime. @retval EFI_UNSUPPORTED In runtime.
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In Framework Spec, this definition is named EFI_SMM_ALLOCATE_POOL. In Framework Spec, this definition is named EFI_SMM_ALLOCATE_POOL.
To avoid a naming conflict, the definition is renamed. To avoid a naming conflict, the definition is renamed.
**/ **/
@ -115,7 +115,7 @@ EFI_STATUS
@retval EFI_SUCCESS The memory was returned to the system. @retval EFI_SUCCESS The memory was returned to the system.
@retval EFI_INVALID_PARAMETER Buffer was invalid. @retval EFI_INVALID_PARAMETER Buffer was invalid.
@retval EFI_UNSUPPORTED In runtime. @retval EFI_UNSUPPORTED In runtime.
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In Framework Spec, this definition is named EFI_SMM_FREE_POOL. In Framework Spec, this definition is named EFI_SMM_FREE_POOL.
To avoid a naming conflict, the definition is renamed. To avoid a naming conflict, the definition is renamed.
**/ **/
@ -140,7 +140,7 @@ EFI_STATUS
@retval EFI_NOT_FOUND The requested pages could not be found. @retval EFI_NOT_FOUND The requested pages could not be found.
@retval EFI_INVALID_PARAMETER Type is not AllocateAnyPages or AllocateMaxAddress @retval EFI_INVALID_PARAMETER Type is not AllocateAnyPages or AllocateMaxAddress
or AllocateAddress. Or MemoryType is in the range EfiMaxMemoryType..0x7FFFFFFF. or AllocateAddress. Or MemoryType is in the range EfiMaxMemoryType..0x7FFFFFFF.
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In the Framework Spec, this definition is named EFI_SMM_ALLOCATE_PAGES. In the Framework Spec, this definition is named EFI_SMM_ALLOCATE_PAGES.
To avoid a naming conflict, the definition here is renamed. To avoid a naming conflict, the definition here is renamed.
**/ **/
@ -163,7 +163,7 @@ EFI_STATUS
@retval EFI_INVALID_PARAMETER Memory is not a page-aligned address or NumberOfPages is invalid. @retval EFI_INVALID_PARAMETER Memory is not a page-aligned address or NumberOfPages is invalid.
@retval EFI_NOT_FOUND The requested memory pages were not allocated with SmmAllocatePages(). @retval EFI_NOT_FOUND The requested memory pages were not allocated with SmmAllocatePages().
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In the Framework Spec, this definition is named EFI_SMM_FREE_PAGES. In the Framework Spec, this definition is named EFI_SMM_FREE_PAGES.
To avoid a naming conflict, the definition here is renamed. To avoid a naming conflict, the definition here is renamed.
**/ **/

View File

@ -3,7 +3,7 @@
data and those wishing to be made aware of all information that data and those wishing to be made aware of all information that
has been logged. has been logged.
Copyright (c) 2007 - 2009, Intel Corporation Copyright (c) 2007 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at
@ -114,7 +114,7 @@ EFI_STATUS
data records exist in the system. data records exist in the system.
@retval EFI_OUT_OF_RESOURCES Record was not returned due to lack @retval EFI_OUT_OF_RESOURCES Record was not returned due to lack
of system resources. of system resources.
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as
EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistency is maintained for backward compatibility. EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistency is maintained for backward compatibility.
**/ **/
@ -146,7 +146,7 @@ EFI_STATUS
@retval EFI_ALREADY_STARTED FilterEvent was previously registered and cannot be registered again. @retval EFI_ALREADY_STARTED FilterEvent was previously registered and cannot be registered again.
@retval EFI_OUT_OF_RESOURCES The filter driver event was not registered @retval EFI_OUT_OF_RESOURCES The filter driver event was not registered
due to lack of system resources. due to lack of system resources.
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as
EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility. EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility.
**/ **/
@ -169,7 +169,7 @@ EFI_STATUS
@retval EFI_SUCCESS The filter driver represented by FilterEvent was shut off. @retval EFI_SUCCESS The filter driver represented by FilterEvent was shut off.
@retval EFI_NOT_FOUND FilterEvent did not exist. @retval EFI_NOT_FOUND FilterEvent did not exist.
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as In Framework for EFI Data Hub Specification, Version 0.9, This definition is named as
EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility. EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistency is maintained for backward compatibility.
**/ **/

View File

@ -3,7 +3,7 @@
used by resources that want to publish IFR/Font/String data and have it used by resources that want to publish IFR/Font/String data and have it
collected by the Configuration engine. collected by the Configuration engine.
Copyright (c) 2007 - 2009, Intel Corporation Copyright (c) 2007 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at
@ -635,7 +635,7 @@ EFI_STATUS
@retval EFI_SUCCESS It worked. @retval EFI_SUCCESS It worked.
@retval EFI_NOT_FOUND A glyph for a character was not found. @retval EFI_NOT_FOUND A glyph for a character was not found.
@note: Inconsistent with specification here: @note Inconsistent with specification here:
In Framework Spec, HII spec 0.92. The type of 3rd, 4th and 8th parameter is EFI_UGA_PIXEL. In Framework Spec, HII spec 0.92. The type of 3rd, 4th and 8th parameter is EFI_UGA_PIXEL.
Here the definition uses the EFI_GRAPHICS_OUTPUT_BLT_PIXEL, which is defined in UEFI 2.1 spec Here the definition uses the EFI_GRAPHICS_OUTPUT_BLT_PIXEL, which is defined in UEFI 2.1 spec
**/ **/