]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h
EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER
[mirror_edk2.git] / EmbeddedPkg / Drivers / VirtualKeyboardDxe / VirtualKeyboard.h
index 8757b678d1613b196ff393911f8ac7c48d5fb5ce..29bc7a06fb1694b5afee2b47ffb6058668a434c0 100644 (file)
@@ -206,9 +206,9 @@ VirtualKeyboardDriverBindingStop (
                                 This and the language specified by Language was\r
                                 returned in DriverName.\r
 \r
-  @retval EFI_INVALID_PAVIRTUALETER Language is NULL.\r
+  @retval EFI_INVALID_PARAMETER Language is NULL.\r
 \r
-  @retval EFI_INVALID_PAVIRTUALETER DriverName is NULL.\r
+  @retval EFI_INVALID_PARAMETER DriverName is NULL.\r
 \r
   @retval EFI_UNSUPPORTED       The driver specified by This does not support\r
                                 the language specified by Language.\r
@@ -274,14 +274,14 @@ VirtualKeyboardComponentNameGetDriverName (
                                 driver specified by This was returned in\r
                                 DriverName.\r
 \r
-  @retval EFI_INVALID_PAVIRTUALETER ControllerHandle is NULL.\r
+  @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.\r
 \r
-  @retval EFI_INVALID_PAVIRTUALETER ChildHandle is not NULL and it is not a valid\r
+  @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid\r
                                 EFI_HANDLE.\r
 \r
-  @retval EFI_INVALID_PAVIRTUALETER Language is NULL.\r
+  @retval EFI_INVALID_PARAMETER Language is NULL.\r
 \r
-  @retval EFI_INVALID_PAVIRTUALETER ControllerName is NULL.\r
+  @retval EFI_INVALID_PARAMETER ControllerName is NULL.\r
 \r
   @retval EFI_UNSUPPORTED       The driver specified by This is not currently\r
                                 managing the controller specified by\r
@@ -351,7 +351,7 @@ VirtualKeyboardResetEx (
   @retval EFI_DEVICE_ERROR      The device is not functioning correctly and could\r
                                 not have the setting adjusted.\r
   @retval EFI_UNSUPPORTED       The device does not have the ability to set its state.\r
-  @retval EFI_INVALID_PAVIRTUALETER KeyToggleState is NULL.\r
+  @retval EFI_INVALID_PARAMETER KeyToggleState is NULL.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -374,7 +374,7 @@ VirtualKeyboardSetState (
 \r
   @retval EFI_SUCCESS             The notification function was registered successfully.\r
   @retval EFI_OUT_OF_RESOURCES    Unable to allocate resources for necesssary data structures.\r
-  @retval EFI_INVALID_PAVIRTUALETER   KeyData or NotifyHandle is NULL.\r
+  @retval EFI_INVALID_PARAMETER   KeyData or NotifyHandle is NULL.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -393,7 +393,7 @@ VirtualKeyboardRegisterKeyNotify (
   @param  NotificationHandle   The handle of the notification function being unregistered.\r
 \r
   @retval EFI_SUCCESS             The notification function was unregistered successfully.\r
-  @retval EFI_INVALID_PAVIRTUALETER   The NotificationHandle is invalid.\r
+  @retval EFI_INVALID_PARAMETER   The NotificationHandle is invalid.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -412,7 +412,7 @@ VirtualKeyboardUnregisterKeyNotify (
   @param  ListHead   The list head\r
 \r
   @retval EFI_SUCCESS           Free the notify list successfully\r
-  @retval EFI_INVALID_PAVIRTUALETER ListHead is invalid.\r
+  @retval EFI_INVALID_PARAMETER ListHead is invalid.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -524,7 +524,7 @@ VirtualKeyboardReadKeyStroke (
   @retval  EFI_NOT_READY         There was no keystroke data availiable.\r
   @retval  EFI_DEVICE_ERROR      The keystroke information was not returned due to\r
                                  hardware errors.\r
-  @retval  EFI_INVALID_PAVIRTUALETER KeyData is NULL.\r
+  @retval  EFI_INVALID_PARAMETER KeyData is NULL.\r
 \r
 **/\r
 EFI_STATUS\r