]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add a missing parameter description in the function header for CoreFindFreePagesI().
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Jun 2010 07:18:53 +0000 (07:18 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Jun 2010 07:18:53 +0000 (07:18 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10589 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/Mem/Page.c

index a7adaafbfe1ed51093473c911247317e77209cb3..131b4eb4ce600e972a535e70ce846c3215e34562 100644 (file)
@@ -862,6 +862,7 @@ CoreConvertPages (
   the requested address.\r
 \r
   @param  MaxAddress             The address that the range must be below\r
+  @param  MinAddress             The address that the range must be above\r
   @param  NumberOfPages          Number of pages needed\r
   @param  NewType                The type of memory the range is going to be\r
                                  turned into\r