OpenUsbKbDxe: Fix typos

This commit is contained in:
Savva Mitrofanov 2022-02-03 14:05:05 +06:00
parent 1f9d6b578a
commit ac4e705bf5
No known key found for this signature in database
GPG Key ID: 774924031750BF64
2 changed files with 7 additions and 5 deletions

View File

@ -637,7 +637,7 @@ USBKeyboardDriverBindingStop (
data for the key that was pressed.
@retval EFI_SUCCESS The keystroke information was returned.
@retval EFI_NOT_READY There was no keystroke data availiable.
@retval EFI_NOT_READY There was no keystroke data available.
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
hardware errors.
@retval EFI_INVALID_PARAMETER KeyData is NULL.
@ -738,7 +738,7 @@ USBKeyboardReset (
information for the key that was pressed.
@retval EFI_SUCCESS The keystroke information was returned.
@retval EFI_NOT_READY There was no keystroke data availiable.
@retval EFI_NOT_READY There was no keystroke data available.
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
hardware errors.
@ -815,9 +815,9 @@ USBKeyboardWaitForKey (
// Enter critical section
//
OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
//
// WaitforKey doesn't suppor the partial key.
// WaitforKey doesn't support the partial key.
// Considering if the partial keystroke is enabled, there maybe a partial
// keystroke in the queue, so here skip the partial keystroke and get the
// next key from the queue
@ -950,7 +950,7 @@ KbdFreeNotifyList (
@param InputData A pointer to keystroke data for the key that was pressed.
@retval TRUE Key pressed matches a registered key.
@retval FLASE Key pressed does not matches a registered key.
@retval FALSE Key pressed does not matches a registered key.
**/
BOOLEAN
@ -1269,6 +1269,7 @@ USBKeyboardUnregisterKeyNotify (
/**
Process key notify.
@param Event Indicates the event that invoke this function.
@param Context Indicates the calling context.
**/

View File

@ -617,6 +617,7 @@ USBKeyboardExitBootServices (
/**
Process key notify.
@param Event Indicates the event that invoke this function.
@param Context Indicates the calling context.
**/