]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Refine the code style and comment.
authorQiu Shumin <shumin.qiu@intel.com>
Fri, 5 Sep 2014 01:01:24 +0000 (01:01 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Sep 2014 01:01:24 +0000 (01:01 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: : Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16061 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Application/Shell/ShellManParser.c
ShellPkg/Application/Shell/ShellParametersProtocol.c
ShellPkg/Application/Shell/ShellProtocol.c

index 0cbfbaabbaf4199f7a97b654d9b83d2f6e353f9f..30470e1987e3c49a79832961a70c7b6bb5d93397 100644 (file)
@@ -605,6 +605,7 @@ ProcessManFile(
   HelpSize    = 0;\r
   BriefSize   = 0;\r
   TempString  = NULL;\r
+  Ascii       = FALSE;\r
   //\r
   // See if it's in HII first\r
   //\r
index ff149009b14cda223df7d93e1c774da916129aa9..452c4c18d87537f415480ffb4897c093c98d8368 100644 (file)
@@ -30,7 +30,7 @@
   @param[in, out] Walker        pointer to string of command line.  Adjusted to\r
                                 reminaing command line on return\r
   @param[in, out] TempParameter pointer to string of command line item extracted.\r
-\r
+  @param[in]      Length        buffer size of TempParameter.\r
 **/\r
 VOID\r
 EFIAPI\r
index a44afde436ce92672688b4bf9b7285d275987304..692e42b7372cd60708e4649c2dfb08cd8fdf29d9 100644 (file)
@@ -2050,7 +2050,7 @@ EfiShellFindFilesInDir(
   }\r
   SHELL_FREE_NON_NULL(BasePath);\r
   return(Status);\r
-  }\r
+}\r
 \r
 /**\r
   Get the GUID value from a human readable name.\r