mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/UsbMouse: Fix few typos
Fix few 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-21-philmd@redhat.com>
This commit is contained in:
parent
957ca63190
commit
d22867471f
|
@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||
Only short item is supported here.
|
||||
|
||||
@param StartPos Start position of the HID item to get.
|
||||
@param EndPos End position of the range to get the the next HID item.
|
||||
@param EndPos End position of the range to get the next HID item.
|
||||
@param HidItem Buffer for the HID Item to return.
|
||||
|
||||
@return Pointer to end of the HID item returned.
|
||||
|
|
|
@ -109,7 +109,7 @@ USBMouseAbsolutePointerDriverBindingSupported (
|
|||
/**
|
||||
Starts the mouse device with this driver.
|
||||
|
||||
This function consumes USB I/O Portocol, intializes USB mouse device,
|
||||
This function consumes USB I/O Protocol, initializes USB mouse device,
|
||||
installs Absolute Pointer Protocol, and submits Asynchronous Interrupt
|
||||
Transfer to manage the USB mouse device.
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ USBMouseAbsolutePointerDriverBindingSupported (
|
|||
/**
|
||||
Starts the mouse device with this driver.
|
||||
|
||||
This function consumes USB I/O Portocol, intializes USB mouse device,
|
||||
This function consumes USB I/O Protocol, initializes USB mouse device,
|
||||
installs Absolute Pointer Protocol, and submits Asynchronous Interrupt
|
||||
Transfer to manage the USB mouse device.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||
Only short item is supported here.
|
||||
|
||||
@param StartPos Start position of the HID item to get.
|
||||
@param EndPos End position of the range to get the the next HID item.
|
||||
@param EndPos End position of the range to get the next HID item.
|
||||
@param HidItem Buffer for the HID Item to return.
|
||||
|
||||
@return Pointer to end of the HID item returned.
|
||||
|
|
|
@ -109,7 +109,7 @@ USBMouseDriverBindingSupported (
|
|||
/**
|
||||
Starts the mouse device with this driver.
|
||||
|
||||
This function consumes USB I/O Portocol, intializes USB mouse device,
|
||||
This function consumes USB I/O Protocol, initializes USB mouse device,
|
||||
installs Simple Pointer Protocol, and submits Asynchronous Interrupt
|
||||
Transfer to manage the USB mouse device.
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ USBMouseDriverBindingSupported (
|
|||
/**
|
||||
Starts the mouse device with this driver.
|
||||
|
||||
This function consumes USB I/O Portocol, intializes USB mouse device,
|
||||
This function consumes USB I/O Protocol, initializes USB mouse device,
|
||||
installs Simple Pointer Protocol, and submits Asynchronous Interrupt
|
||||
Transfer to manage the USB mouse device.
|
||||
|
||||
|
|
Loading…
Reference in New Issue