]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Refine code to follow good coding style.
authorEric Dong <eric.dong@intel.com>
Mon, 21 Jul 2014 09:59:06 +0000 (09:59 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Jul 2014 09:59:06 +0000 (09:59 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15666 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
MdeModulePkg/Universal/SetupBrowserDxe/Setup.h

index ff3b7e5b4d9621c473552845a8c2118c439145ef..a8bbd582b5b6ccc4cc9be938dfbf0ea5037108c1 100644 (file)
@@ -2392,9 +2392,9 @@ SendDiscardInfoToDriver (
 }\r
 \r
 /**\r
-  Validate the FormSet. If the formset is not validate, remove it from the list.\r
+  Validate the HiiHandle.\r
 \r
-  @param  FormSet                The input FormSet which need to validate.\r
+  @param  HiiHandle              The input HiiHandle which need to validate.\r
 \r
   @retval TRUE                   The handle is validate.\r
   @retval FALSE                  The handle is invalidate.\r
index 5ef021218445042c80b7fcbdc29ce0c5e0b40fe9..327c4e08a3a903953b590d885a939342652e1a63 100644 (file)
@@ -1544,9 +1544,9 @@ UiFindParentMenu (
   );\r
   \r
 /**\r
-  Validate the FormSet. If the formset is not validate, remove it from the list.\r
+  Validate the HiiHandle.\r
 \r
-  @param  FormSet                The input FormSet which need to validate.\r
+  @param  HiiHandle              The input HiiHandle which need to validate.\r
 \r
   @retval TRUE                   The handle is validate.\r
   @retval FALSE                  The handle is invalidate.\r