Update the comments for function 'InternalShellExecuteDevicePath' in ShellProtocol.c to make it consistent with parameter names.
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@15546 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1370,6 +1370,7 @@ EfiShellEnablePageBreak (
|
||||
environment variable name and y is the value. If this
|
||||
is NULL, then the current shell environment is used.
|
||||
|
||||
@param[out] StartImageStatus Returned status from gBS->StartImage.
|
||||
@param[out] ExitDataSize ExitDataSize as returned from gBS->StartImage
|
||||
@param[out] ExitData ExitData as returned from gBS->StartImage
|
||||
|
||||
|
@ -443,6 +443,7 @@ EfiShellEnablePageBreak (
|
||||
variables with the format 'x=y', where x is the
|
||||
environment variable name and y is the value. If this
|
||||
is NULL, then the current shell environment is used.
|
||||
@param[out] StartImageStatus Returned status from gBS->StartImage.
|
||||
@param[out] ExitDataSize ExitDataSize as returned from gBS->StartImage
|
||||
@param[out] ExitData ExitData as returned from gBS->StartImage
|
||||
|
||||
|
Reference in New Issue
Block a user