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

2016-01-10 Thread Michael Tokarev
21.12.2015 18:54, Eric Blake wrote: > The example code wouldn't even compile, since it did not use > a consistent spelling for the Error ** parameter. Applied to -trivial, thanks! /mjt

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

2015-12-21 Thread Daniel P. Berrange
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 Reviewed-by: Daniel P. Berrange > --- > include/crypto/tlssession.h | 2 +- > 1 file cha

[Qemu-devel] [PATCH] crypto: Fix typo in example

2015-12-21 Thread Eric Blake
The example code wouldn't even compile, since it did not use a consistent spelling for the Error ** parameter. Signed-off-by: Eric Blake --- include/crypto/tlssession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/crypto/tlssession.h b/include/crypto/tlssession.h i