]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAttributes().
authorStar Zeng <star.zeng@intel.com>
Fri, 12 Dec 2014 03:19:47 +0000 (03:19 +0000)
committerlzeng14 <lzeng14@Edk2>
Fri, 12 Dec 2014 03:19:47 +0000 (03:19 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16504 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg/Core/Dxe/Mem/Page.c

index 059a38336acdd4502becdcae202a488198b269b8..1e98df9cdfe244ed1c8c90556cdb21f486ad11b5 100644 (file)
@@ -2850,12 +2850,6 @@ CoreUpdateProfile (
   @param  NumberOfPages          The number of pages to convert\r
   @param  NewAttributes          The new attributes value for the range.\r
 \r
-  @retval EFI_INVALID_PARAMETER  Invalid parameter\r
-  @retval EFI_NOT_FOUND          Could not find a descriptor cover the specified\r
-                                 range  or convertion not allowed.\r
-  @retval EFI_SUCCESS            Successfully converts the memory range to the\r
-                                 specified attributes.\r
-\r
 **/\r
 VOID\r
 CoreUpdateMemoryAttributes (\r
index f4ec48ff677bae01f4a1bb331d28bb7c00826143..29354b43992433541b985cca461395b8df9003d7 100644 (file)
@@ -937,12 +937,6 @@ CoreConvertPages (
   @param  NumberOfPages          The number of pages to convert\r
   @param  NewAttributes          The new attributes value for the range.\r
 \r
-  @retval EFI_INVALID_PARAMETER  Invalid parameter\r
-  @retval EFI_NOT_FOUND          Could not find a descriptor cover the specified\r
-                                 range  or convertion not allowed.\r
-  @retval EFI_SUCCESS            Successfully converts the memory range to the\r
-                                 specified attributes.\r
-\r
 **/\r
 VOID\r
 CoreUpdateMemoryAttributes (\r