qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] crypto: Fix typo in example


From: Daniel P. Berrange
Subject: Re: [Qemu-trivial] [PATCH] crypto: Fix typo in example
Date: Mon, 21 Dec 2015 16:12:17 +0000
User-agent: Mutt/1.5.24 (2015-08-30)

On Mon, Dec 21, 2015 at 08:54:17AM -0700, Eric Blake wrote:
> The example code wouldn't even compile, since it did not use
> a consistent spelling for the Error ** parameter.
> 
> Signed-off-by: Eric Blake <address@hidden>

Reviewed-by: Daniel P. Berrange <address@hidden>

> ---
>  include/crypto/tlssession.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/crypto/tlssession.h b/include/crypto/tlssession.h
> index b38fe69..d356a8d 100644
> --- a/include/crypto/tlssession.h
> +++ b/include/crypto/tlssession.h
> @@ -56,7 +56,7 @@
>   *
>   * static int mysock_run_tls(int sockfd,
>   *                           QCryptoTLSCreds *creds,
> - *                           Error *erp)
> + *                           Error *errp)
>   * {
>   *    QCryptoTLSSession *sess;
>   *

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]