ShellPkg: Refine the code style and comment.
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
This commit is contained in:
@ -605,6 +605,7 @@ ProcessManFile(
|
|||||||
HelpSize = 0;
|
HelpSize = 0;
|
||||||
BriefSize = 0;
|
BriefSize = 0;
|
||||||
TempString = NULL;
|
TempString = NULL;
|
||||||
|
Ascii = FALSE;
|
||||||
//
|
//
|
||||||
// See if it's in HII first
|
// See if it's in HII first
|
||||||
//
|
//
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
@param[in, out] Walker pointer to string of command line. Adjusted to
|
@param[in, out] Walker pointer to string of command line. Adjusted to
|
||||||
reminaing command line on return
|
reminaing command line on return
|
||||||
@param[in, out] TempParameter pointer to string of command line item extracted.
|
@param[in, out] TempParameter pointer to string of command line item extracted.
|
||||||
|
@param[in] Length buffer size of TempParameter.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
@ -2050,7 +2050,7 @@ EfiShellFindFilesInDir(
|
|||||||
}
|
}
|
||||||
SHELL_FREE_NON_NULL(BasePath);
|
SHELL_FREE_NON_NULL(BasePath);
|
||||||
return(Status);
|
return(Status);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Get the GUID value from a human readable name.
|
Get the GUID value from a human readable name.
|
||||||
|
Reference in New Issue
Block a user