X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FIsa%2FPs2MouseDxe%2FPs2Mouse.c;h=1586935cdec9dd82de77055d94105f09794f00e4;hp=91fac556cfa5bb0eddd7c56f04ca0d06fca17f2a;hb=ed356b9e80d46c40457dd90f5352835e6611200b;hpb=04b34efb40309b55ed9e56c294ee556001e4366f diff --git a/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c b/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c index 91fac556cf..1586935cde 100644 --- a/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c +++ b/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c @@ -431,7 +431,7 @@ ErrorExit: } /** - Stop this driver on ControllerHandle. Support stoping any child handles + Stop this driver on ControllerHandle. Support stopping any child handles created by this driver. @param This Protocol instance pointer. @@ -528,14 +528,14 @@ PS2MouseDriverStop ( /** Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and - there is a mouse device connectted to system. + there is a mouse device connected to system. @param This - Pointer of simple pointer Protocol. @param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip. @retval EFI_SUCCESS - The command byte is written successfully. - @retval EFI_DEVICE_ERROR - Errors occurred during reseting keyboard. + @retval EFI_DEVICE_ERROR - Errors occurred during resetting keyboard. **/ EFI_STATUS