From: Antoine Coeur <co...@gmx.fr> Fix various typos in comments and documentation.
Cc: Jian J Wang <jian.j.w...@intel.com> Cc: Hao A Wu <hao.a...@intel.com> Cc: Ray Ni <ray...@intel.com> Signed-off-by: Philippe Mathieu-Daude <phi...@redhat.com> --- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h | 4 ++-- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h | 4 ++-- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h | 2 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h | 2 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c | 4 ++-- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c | 4 ++-- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c | 4 ++-- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h index 2b89c92724a8..f34a41284e4c 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h @@ -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. diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h index ea03cf7e2fd4..3ef8f240a2c1 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h @@ -14,14 +14,14 @@ SPDX-License-Identifier: BSD-2-Clause-Patent extern USB_MASS_TRANSPORT mUsbBotTransport; // -// Usb Bulk-Only class specfic request +// Usb Bulk-Only class specific request // #define USB_BOT_RESET_REQUEST 0xFF ///< Bulk-Only Mass Storage Reset #define USB_BOT_GETLUN_REQUEST 0xFE ///< Get Max Lun #define USB_BOT_CBW_SIGNATURE 0x43425355 ///< dCBWSignature, tag the packet as CBW #define USB_BOT_CSW_SIGNATURE 0x53425355 ///< dCSWSignature, tag the packet as CSW #define USB_BOT_MAX_LUN 0x0F ///< Lun number is from 0 to 15 -#define USB_BOT_MAX_CMDLEN 16 ///< Maxium number of command from command set +#define USB_BOT_MAX_CMDLEN 16 ///< Maximum number of command from command set // // Usb BOT command block status values diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h index 287c0330f61e..b79b9c243630 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h @@ -1,5 +1,5 @@ /** @file - Defination for the USB mass storage Control/Bulk/Interrupt (CBI) transport, + Definition for the USB mass storage Control/Bulk/Interrupt (CBI) transport, according to USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1. Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h index 9f63deeae3db..283bed7055a0 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h @@ -48,7 +48,7 @@ USBMassDriverBindingSupported ( /** Starts the USB mass storage device with this driver. - This function consumes USB I/O Portocol, intializes USB mass storage device, + This function consumes USB I/O Protocol, initializes USB mass storage device, installs Block I/O Protocol, and submits Asynchronous Interrupt Transfer to manage the USB mass storage device. diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c index 600896b6a214..aab4061e183c 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c @@ -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. diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c index 98d2ba99688b..1e878a1bdd1d 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c @@ -326,7 +326,7 @@ UsbBotGetStatus ( for (Index = 0; Index < USB_BOT_RECV_CSW_RETRY; Index++) { // - // Attemp to the read Command Status Wrapper from bulk in endpoint + // Attempt to the read Command Status Wrapper from bulk in endpoint // ZeroMem (&Csw, sizeof (USB_BOT_CSW)); Result = 0; @@ -553,7 +553,7 @@ UsbBotGetMaxLun ( UsbBot = (USB_BOT_PROTOCOL *) Context; // - // Issue a class specific Bulk-Only Mass Storage get max lun reqest. + // Issue a class specific Bulk-Only Mass Storage get max lun request. // according to section 3.2 of USB Mass Storage Class Bulk-Only Transport Spec, v1.0. // Request.RequestType = 0xA1; diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c index 1e5508c75674..477f0536d673 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c @@ -305,7 +305,7 @@ UsbCbiDataTransfer ( if (TransStatus == EFI_USB_ERR_NAK) { // // The device can NAK the host if either the data/buffer isn't - // aviable or the command is in-progress. + // available or the command is in-progress. // If data are partially transferred, we just ignore NAK and continue. // If all data have been transferred and status is NAK, then we retry for several times. // If retry exceeds the USB_CBI_MAX_RETRY, then return error status. @@ -378,7 +378,7 @@ UsbCbiGetStatus ( Timeout = Timeout / USB_MASS_1_MILLISECOND; // - // Attemp to the read the result from interrupt endpoint + // Attempt to the read the result from interrupt endpoint // for (Retry = 0; Retry < USB_CBI_MAX_RETRY; Retry++) { TransStatus = 0; diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c index 0dcbc5da2cb8..bbd19e044748 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c @@ -367,7 +367,7 @@ UsbMassInitMedia ( } /** - Initilize the USB Mass Storage transport. + Initialize the USB Mass Storage transport. This function tries to find the matching USB Mass Storage transport protocol for USB device. If found, initializes the matching transport. @@ -770,7 +770,7 @@ ON_EXIT: /** Starts the USB mass storage device with this driver. - This function consumes USB I/O Portocol, intializes USB mass storage device, + This function consumes USB I/O Protocol, initializes USB mass storage device, installs Block I/O Protocol, and submits Asynchronous Interrupt Transfer to manage the USB mass storage device. -- 2.21.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#51627): https://edk2.groups.io/g/devel/message/51627 Mute This Topic: https://groups.io/mt/65773525/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-