From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.8384.1575389799307189391 for ; Tue, 03 Dec 2019 08:16:39 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hWQ1QR6Q; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575389798; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Z/MOJLVlebc7azEQWP+s78YklkfLhLBn8xgp2m3rIwg=; b=hWQ1QR6QzDiE8fswU0up+wE59vfzMZnpwR0QOEp3zXrGpoF54UCXq4X/MQtW8SBL6LeRQR X2oFyenDr8cjlWpRkDpIH2QxmIipgIEHyp25UdrsQOGIKlDaLjGEdIqjMR5NnZ57UPgxuw uZLUTcLkdYwmRELd4hJ5jLcNsRn9jA8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-365-MtDjEHJ0NUmFmgrNp8XWaw-1; Tue, 03 Dec 2019 11:16:36 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 648B7107ACC5; Tue, 3 Dec 2019 16:16:34 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-86.brq.redhat.com [10.40.204.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7D9E060C80; Tue, 3 Dec 2019 16:16:32 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude , =?UTF-8?q?Antoine=20C=C5=93ur?= , Leif Lindholm , Ard Biesheuvel Subject: [PATCH 03/79] EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER Date: Tue, 3 Dec 2019 17:14:46 +0100 Message-Id: <20191203161602.15969-4-philmd@redhat.com> In-Reply-To: <20191203161602.15969-1-philmd@redhat.com> References: <20191203161602.15969-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: MtDjEHJ0NUmFmgrNp8XWaw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Correctly write 'EFI_INVALID_PARAMETER' in documentation. Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Philippe Mathieu-Daude --- EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h | 22 ++++++++++--= -------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h b/Emb= eddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h index 8757b678d161..29bc7a06fb16 100644 --- a/EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h +++ b/EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h @@ -206,9 +206,9 @@ VirtualKeyboardDriverBindingStop ( This and the language specified by Languag= e was returned in DriverName. =20 - @retval EFI_INVALID_PAVIRTUALETER Language is NULL. + @retval EFI_INVALID_PARAMETER Language is NULL. =20 - @retval EFI_INVALID_PAVIRTUALETER DriverName is NULL. + @retval EFI_INVALID_PARAMETER DriverName is NULL. =20 @retval EFI_UNSUPPORTED The driver specified by This does not supp= ort the language specified by Language. @@ -274,14 +274,14 @@ VirtualKeyboardComponentNameGetDriverName ( driver specified by This was returned in DriverName. =20 - @retval EFI_INVALID_PAVIRTUALETER ControllerHandle is NULL. + @retval EFI_INVALID_PARAMETER ControllerHandle is NULL. =20 - @retval EFI_INVALID_PAVIRTUALETER ChildHandle is not NULL and it is not = a valid + @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a va= lid EFI_HANDLE. =20 - @retval EFI_INVALID_PAVIRTUALETER Language is NULL. + @retval EFI_INVALID_PARAMETER Language is NULL. =20 - @retval EFI_INVALID_PAVIRTUALETER ControllerName is NULL. + @retval EFI_INVALID_PARAMETER ControllerName is NULL. =20 @retval EFI_UNSUPPORTED The driver specified by This is not curren= tly managing the controller specified by @@ -351,7 +351,7 @@ VirtualKeyboardResetEx ( @retval EFI_DEVICE_ERROR The device is not functioning correctly an= d could not have the setting adjusted. @retval EFI_UNSUPPORTED The device does not have the ability to se= t its state. - @retval EFI_INVALID_PAVIRTUALETER KeyToggleState is NULL. + @retval EFI_INVALID_PARAMETER KeyToggleState is NULL. =20 **/ EFI_STATUS @@ -374,7 +374,7 @@ VirtualKeyboardSetState ( =20 @retval EFI_SUCCESS The notification function was registered= successfully. @retval EFI_OUT_OF_RESOURCES Unable to allocate resources for necesss= ary data structures. - @retval EFI_INVALID_PAVIRTUALETER KeyData or NotifyHandle is NULL. + @retval EFI_INVALID_PARAMETER KeyData or NotifyHandle is NULL. =20 **/ EFI_STATUS @@ -393,7 +393,7 @@ VirtualKeyboardRegisterKeyNotify ( @param NotificationHandle The handle of the notification function bei= ng unregistered. =20 @retval EFI_SUCCESS The notification function was unregister= ed successfully. - @retval EFI_INVALID_PAVIRTUALETER The NotificationHandle is invalid. + @retval EFI_INVALID_PARAMETER The NotificationHandle is invalid. =20 **/ EFI_STATUS @@ -412,7 +412,7 @@ VirtualKeyboardUnregisterKeyNotify ( @param ListHead The list head =20 @retval EFI_SUCCESS Free the notify list successfully - @retval EFI_INVALID_PAVIRTUALETER ListHead is invalid. + @retval EFI_INVALID_PARAMETER ListHead is invalid. =20 **/ EFI_STATUS @@ -524,7 +524,7 @@ VirtualKeyboardReadKeyStroke ( @retval EFI_NOT_READY There was no keystroke data availiable. @retval EFI_DEVICE_ERROR The keystroke information was not returne= d due to hardware errors. - @retval EFI_INVALID_PAVIRTUALETER KeyData is NULL. + @retval EFI_INVALID_PARAMETER KeyData is NULL. =20 **/ EFI_STATUS --=20 2.21.0