From 35f9e94ed4cdd3aef83a41624d638a6773779668 Mon Sep 17 00:00:00 2001 From: rsun3 Date: Thu, 17 Jun 2010 07:18:53 +0000 Subject: [PATCH] Add a missing parameter description in the function header for CoreFindFreePagesI(). git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10589 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Mem/Page.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Core/Dxe/Mem/Page.c b/MdeModulePkg/Core/Dxe/Mem/Page.c index a7adaafbfe..131b4eb4ce 100644 --- a/MdeModulePkg/Core/Dxe/Mem/Page.c +++ b/MdeModulePkg/Core/Dxe/Mem/Page.c @@ -862,6 +862,7 @@ CoreConvertPages ( the requested address. @param MaxAddress The address that the range must be below + @param MinAddress The address that the range must be above @param NumberOfPages Number of pages needed @param NewType The type of memory the range is going to be turned into -- 2.39.2