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
@@ -77,7 +77,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
// Mass command timeout, refers to specification[USB20-9.2.6.1]
|
||||
//
|
||||
// USB2.0 Spec define the up-limit timeout 5s for all command. USB floppy,
|
||||
// USB CD-Rom and iPod devices are much slower than USB key when reponse
|
||||
// USB CD-Rom and iPod devices are much slower than USB key when response
|
||||
// most of commands, So we set 5s as timeout here.
|
||||
//
|
||||
#define USB_BOOT_GENERAL_CMD_TIMEOUT (5 * USB_MASS_1_SECOND)
|
||||
@@ -213,7 +213,7 @@ typedef struct {
|
||||
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