From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web10.7197.1578487288009951902 for ; Wed, 08 Jan 2020 04:41:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=MLpREYtS; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wr1-f67.google.com with SMTP id q6so3184447wro.9 for ; Wed, 08 Jan 2020 04:41:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QlpEaFj1tLBiXa9h6rwsNc1fMB8KknZVJGsOXDGLmNk=; b=MLpREYtSSoJc9JCeKTt9HghVDkXm6tniV60BIMGXoW4EbekQIoB68CDsJG/4nw/BBj qO1QM1pqqBngA/ePa0wiHvWCTFVt1e8v7w0zl5B0EfWJ8TXoWGnrl1GZMK2kxOLL3Rt5 L9/tmM5y5W4aEoUMr9ehoqQCpfb0nmOcliiocqsuHWbjtalPE+ysXNK3OcoibewhfFf+ v3LvT8RHAkvYjJozaV0c+nmpXBpxM9MGqNttmhKt8pnPMREC0du6F8JaW51/NPldnaYH PJgH25XvZbGD/ip4JasJ6Konb5Fcf3kMQ425ia4GQMqfrpPQFo6fZwWvH/sNQRuC6a3m icsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QlpEaFj1tLBiXa9h6rwsNc1fMB8KknZVJGsOXDGLmNk=; b=Qz2ZTebq/tGrOvxizRwT5oggotl7cdrBHYhWKUn+KtfybZFZwxsJXHLtcamiIQgsfF v/Ya6aCUCrIQ5uUsS7owemMtN41r2Rqw4zmsHrBmM4YXNezTmCyJ6bMMnl/kr+I9NiVD leuubrpRaNvvR1ARgAzHNFeAlE/kBG01oxiUqOOa+RCJkXxwNiQXaTedNR8YAtTShLq0 Dyq9h9cKP5RMtFkt/zBQIyhZHRC56wm4tPLS9Ocyov2KLIYMFOViAYMJwbF2g7BKqPcy t3CA+yhSVSi0kH9W2oVa3anuFpHtLf+hVV0LEwDHIaSX3CpJumARyq+dl15WW8Dr7olu Q9bw== X-Gm-Message-State: APjAAAVTmlRvUq8qRtMlna3tO5r8AC7ZMVuoe+DqjWJkZHLn9NQIxCGE WXsSytbTgX7YeUtcipK5lVovSR3LthBSAVPyg/xkfQ== X-Google-Smtp-Source: APXvYqxA1BfvE5hCRMSoCQFx41FUEGJoLOxGQIPhig7JH6uBOL2w7QCqrGB811EepjNp+mmmoqLQVJGxE5GydOCBTQY= X-Received: by 2002:adf:cf0a:: with SMTP id o10mr4159982wrj.325.1578487286409; Wed, 08 Jan 2020 04:41:26 -0800 (PST) MIME-Version: 1.0 References: <20200103090812.10592-1-philmd@redhat.com> <20200103090812.10592-3-philmd@redhat.com> In-Reply-To: <20200103090812.10592-3-philmd@redhat.com> From: "Ard Biesheuvel" Date: Wed, 8 Jan 2020 13:41:14 +0100 Message-ID: Subject: Re: [PATCH v2 02/78] EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER To: Philippe Mathieu-Daude Cc: edk2-devel-groups-io , Leif Lindholm Content-Type: text/plain; charset="UTF-8" On Fri, 3 Jan 2020 at 10:08, Philippe Mathieu-Daude wrote: > > Correctly write 'EFI_INVALID_PARAMETER' in documentation. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Signed-off-by: Philippe Mathieu-Daude > --- > .../VirtualKeyboardDxe/VirtualKeyboard.h | 22 +++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > Reviewed-by: Ard Biesheuvel > diff --git a/EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h b/EmbeddedPkg/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 Language was > returned in DriverName. > > - @retval EFI_INVALID_PAVIRTUALETER Language is NULL. > + @retval EFI_INVALID_PARAMETER Language is NULL. > > - @retval EFI_INVALID_PAVIRTUALETER DriverName is NULL. > + @retval EFI_INVALID_PARAMETER DriverName is NULL. > > @retval EFI_UNSUPPORTED The driver specified by This does not support > the language specified by Language. > @@ -274,14 +274,14 @@ VirtualKeyboardComponentNameGetDriverName ( > driver specified by This was returned in > DriverName. > > - @retval EFI_INVALID_PAVIRTUALETER ControllerHandle is NULL. > + @retval EFI_INVALID_PARAMETER ControllerHandle is NULL. > > - @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 valid > EFI_HANDLE. > > - @retval EFI_INVALID_PAVIRTUALETER Language is NULL. > + @retval EFI_INVALID_PARAMETER Language is NULL. > > - @retval EFI_INVALID_PAVIRTUALETER ControllerName is NULL. > + @retval EFI_INVALID_PARAMETER ControllerName is NULL. > > @retval EFI_UNSUPPORTED The driver specified by This is not currently > managing the controller specified by > @@ -351,7 +351,7 @@ VirtualKeyboardResetEx ( > @retval EFI_DEVICE_ERROR The device is not functioning correctly and could > not have the setting adjusted. > @retval EFI_UNSUPPORTED The device does not have the ability to set its state. > - @retval EFI_INVALID_PAVIRTUALETER KeyToggleState is NULL. > + @retval EFI_INVALID_PARAMETER KeyToggleState is NULL. > > **/ > EFI_STATUS > @@ -374,7 +374,7 @@ VirtualKeyboardSetState ( > > @retval EFI_SUCCESS The notification function was registered successfully. > @retval EFI_OUT_OF_RESOURCES Unable to allocate resources for necesssary data structures. > - @retval EFI_INVALID_PAVIRTUALETER KeyData or NotifyHandle is NULL. > + @retval EFI_INVALID_PARAMETER KeyData or NotifyHandle is NULL. > > **/ > EFI_STATUS > @@ -393,7 +393,7 @@ VirtualKeyboardRegisterKeyNotify ( > @param NotificationHandle The handle of the notification function being unregistered. > > @retval EFI_SUCCESS The notification function was unregistered successfully. > - @retval EFI_INVALID_PAVIRTUALETER The NotificationHandle is invalid. > + @retval EFI_INVALID_PARAMETER The NotificationHandle is invalid. > > **/ > EFI_STATUS > @@ -412,7 +412,7 @@ VirtualKeyboardUnregisterKeyNotify ( > @param ListHead The list head > > @retval EFI_SUCCESS Free the notify list successfully > - @retval EFI_INVALID_PAVIRTUALETER ListHead is invalid. > + @retval EFI_INVALID_PARAMETER ListHead is invalid. > > **/ > 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 returned due to > hardware errors. > - @retval EFI_INVALID_PAVIRTUALETER KeyData is NULL. > + @retval EFI_INVALID_PARAMETER KeyData is NULL. > > **/ > EFI_STATUS > -- > 2.21.0 >