From 9d58ab0923a2fbd856cbe2ac5fadf3ce57ebc953 Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Tue, 9 Jun 2015 03:24:06 +0000 Subject: MdeModulePkg: Refine the comments format for PropertiesTable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jiewen Yao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17589 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Core') diff --git a/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c b/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c index 897f9703a8..813ca487f4 100644 --- a/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c +++ b/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c @@ -543,6 +543,7 @@ GetMaxSplitRecordCount ( The caller gurantee the buffer size be 1 + (SplitRecordCount * DescriptorSize) calculated below. + @param MaxSplitRecordCount The max number of splitted entries @param DescriptorSize Size, in bytes, of an individual EFI_MEMORY_DESCRIPTOR. @retval 0 no entry is splitted. @@ -934,7 +935,7 @@ SortImageRecordCodeSection ( } /** - Check if code section in image record is valid + Check if code section in image record is valid. @param ImageRecord image record to be checked @@ -1066,7 +1067,7 @@ SortImageRecord ( } /** - Dump image record + Dump image record. **/ VOID DumpImageRecord ( -- cgit v1.2.3