ShellPkg: Fix comments. Refine code style.
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@15815 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -2054,7 +2054,7 @@ EfiShellFindFilesInDir(
|
||||
}
|
||||
SHELL_FREE_NON_NULL(BasePath);
|
||||
return(Status);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
Get the GUID value from a human readable name.
|
||||
@@ -2586,8 +2586,8 @@ EfiShellOpenFileList(
|
||||
multiple environment variables are being returned, Attributes
|
||||
is undefined.
|
||||
|
||||
@retval NULL The environment variable doesn<EFBFBD>t exist.
|
||||
@return A non-NULL value points to the variable<EFBFBD>s value. The returned
|
||||
@retval NULL The environment variable doesn't exist.
|
||||
@return A non-NULL value points to the variable's value. The returned
|
||||
pointer does not need to be freed by the caller.
|
||||
**/
|
||||
CONST CHAR16 *
|
||||
|
Reference in New Issue
Block a user