X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FUsb%2FUsbBotPei%2FBotPeim.c;fp=MdeModulePkg%2FBus%2FUsb%2FUsbBotPei%2FBotPeim.c;h=2b1ca20a63142594c2bfa4114398121dbf3ee0c5;hp=5c071c661a457f10433ed3b8e3c8ecbe70cf6e03;hb=0dbaba42399c0e1a1b432a417a67c5bebe750e84;hpb=13a623cf9c2d5945e586b46967134f8aad1483fc diff --git a/MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c b/MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c index 5c071c661a..2b1ca20a63 100644 --- a/MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c +++ b/MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c @@ -192,7 +192,7 @@ BotDataPhase ( TransferredSize = 0; // - // retrieve the the max packet length of the given endpoint + // retrieve the max packet length of the given endpoint // if (Direction == EfiUsbDataIn) { MaxPacketLen = (PeiBotDev->BulkInEndpoint)->MaxPacketSize;