mirror of https://github.com/acidanthera/audk.git
ShellPkg/Shell: Make comments align with the function
Cc: Chen A Chen <chen.a.chen@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
13425af7d8
commit
3efa3f3d05
|
@ -1136,8 +1136,8 @@ ProcessCommandLine(
|
|||
|
||||
The buffer is callee allocated and should be freed by the caller.
|
||||
|
||||
@param ImagePath The path to the image for shell. first place to look for the startup script
|
||||
@param FilePath The path to the file for shell. second place to look for the startup script.
|
||||
@param ImageDevicePath The path to the image for shell. first place to look for the startup script
|
||||
@param FileDevicePath The path to the file for shell. second place to look for the startup script.
|
||||
|
||||
@retval NULL No Startup.nsh file was found.
|
||||
@return !=NULL Pointer to NULL-terminated path.
|
||||
|
|
Loading…
Reference in New Issue