MdeModulePkg/Bus/Isa: Fix various typos
Fix various typos in documentation, comments and debug strings. 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-14-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
29f7ad8b7c
commit
1d031e750b
@@ -775,7 +775,7 @@ CheckForInput (
|
||||
/**
|
||||
I/O work flow to wait input buffer empty in given time.
|
||||
|
||||
@param Timeout Wating time.
|
||||
@param Timeout Waiting time.
|
||||
|
||||
@retval EFI_TIMEOUT if input is still not empty in given time.
|
||||
@retval EFI_SUCCESS input is empty.
|
||||
|
@@ -362,7 +362,7 @@ CheckForInput (
|
||||
/**
|
||||
I/O work flow to wait input buffer empty in given time.
|
||||
|
||||
@param Timeout Wating time.
|
||||
@param Timeout Waiting time.
|
||||
|
||||
@retval EFI_TIMEOUT if input is still not empty in given time.
|
||||
@retval EFI_SUCCESS input is empty.
|
||||
|
@@ -587,8 +587,8 @@ MouseReset (
|
||||
|
||||
Status = EFI_SUCCESS;
|
||||
//
|
||||
// The PS2 mouse driver reset behavior is always successfully return no matter wheater or not there is mouse connected to system.
|
||||
// This behavior is needed by performance speed. The following mouse command only succeessfully finish when mouse device is
|
||||
// The PS2 mouse driver reset behavior is always successfully return no matter whether or not there is mouse connected to system.
|
||||
// This behavior is needed by performance speed. The following mouse command only successfully finish when mouse device is
|
||||
// connected to system, so if PS2 mouse device not connect to system or user not ask for, we skip the mouse configuration and enabling
|
||||
//
|
||||
if (ExtendedVerification && CheckMouseConnect (MouseDev)) {
|
||||
|
@@ -124,7 +124,7 @@ PS2MouseDriverSupported (
|
||||
/**
|
||||
Start this driver on ControllerHandle by opening a IsaIo
|
||||
protocol, creating PS2_MOUSE_ABSOLUTE_POINTER_DEV device and install gEfiAbsolutePointerProtocolGuid
|
||||
finnally.
|
||||
finally.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
@param ControllerHandle Handle of device to bind driver to
|
||||
|
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# PS2 Mouse Driver.
|
||||
#
|
||||
# This dirver provides support for PS2 based mice.
|
||||
# This driver provides support for PS2 based mice.
|
||||
#
|
||||
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// /** @file
|
||||
// PS2 Mouse Driver.
|
||||
//
|
||||
// This dirver provides support for PS2 based mice.
|
||||
// This driver provides support for PS2 based mice.
|
||||
//
|
||||
// Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
//
|
||||
|
Reference in New Issue
Block a user