MdeModulePkg/UsbMass: Fix various typos
Fix various typos in comments and documentation. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Acked-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-20-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
5099057fb8
commit
957ca63190
@@ -197,7 +197,7 @@ UsbBootExecCmd (
|
||||
|
||||
//
|
||||
// If ExecCommand() returns no error and CmdResult is success,
|
||||
// then the commnad transfer is successful.
|
||||
// then the command transfer is successful.
|
||||
//
|
||||
if ((CmdResult == USB_MASS_CMD_SUCCESS) && !EFI_ERROR (Status)) {
|
||||
return EFI_SUCCESS;
|
||||
@@ -610,7 +610,7 @@ UsbScsiModeSense (
|
||||
This function get the parameters for the USB mass storage media,
|
||||
It is used both to initialize the media during the Start() phase
|
||||
of Driver Binding Protocol and to re-initialize it when the media is
|
||||
changed. Althought the RemoveableMedia is unlikely to change,
|
||||
changed. Although the RemoveableMedia is unlikely to change,
|
||||
it is also included here.
|
||||
|
||||
@param UsbMass The device to retrieve disk gemotric.
|
||||
|
Reference in New Issue
Block a user