All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] crypto: Fix typo in example
@ 2015-12-21 15:54 ` Eric Blake
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Blake @ 2015-12-21 15:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Daniel P. Berrange

The example code wouldn't even compile, since it did not use
a consistent spelling for the Error ** parameter.

Signed-off-by: Eric Blake <eblake@redhat.com>
---
 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;
  *
-- 
2.4.3



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-10 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-21 15:54 [Qemu-trivial] [PATCH] crypto: Fix typo in example Eric Blake
2015-12-21 15:54 ` [Qemu-devel] " Eric Blake
2015-12-21 16:12 ` [Qemu-trivial] " Daniel P. Berrange
2015-12-21 16:12   ` [Qemu-devel] " Daniel P. Berrange
2016-01-10 17:53 ` [Qemu-trivial] " Michael Tokarev
2016-01-10 17:53   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.