All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto/testmgr: add missing spaces to drbg error strings
@ 2014-07-29 19:47 Jarod Wilson
  2014-07-30 18:24 ` Stephan Mueller
  0 siblings, 1 reply; 3+ messages in thread
From: Jarod Wilson @ 2014-07-29 19:47 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jarod Wilson, Stephan Mueller, Herbert Xu, David S. Miller, linux-crypto

There are a few missing spaces in the error text strings for
drbg_cavs_test, trivial fix.

CC: Stephan Mueller <smueller@chronox.de>
CC: Herbert Xu <herbert@gondor.apana.org.au>
CC: "David S. Miller" <davem@davemloft.net>
CC: linux-crypto@vger.kernel.org
Signed-off-by: Jarod Wilson <jarod@redhat.com>
---
 crypto/testmgr.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 81818b9..ac2b631 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -1778,7 +1778,7 @@ static int drbg_cavs_test(struct drbg_testvec *test, int pr,
 
 	drng = crypto_alloc_rng(driver, type, mask);
 	if (IS_ERR(drng)) {
-		printk(KERN_ERR "alg: drbg: could not allocate DRNG handle for"
+		printk(KERN_ERR "alg: drbg: could not allocate DRNG handle for "
 		       "%s\n", driver);
 		kzfree(buf);
 		return -ENOMEM;
@@ -1803,7 +1803,7 @@ static int drbg_cavs_test(struct drbg_testvec *test, int pr,
 			buf, test->expectedlen, &addtl);
 	}
 	if (ret <= 0) {
-		printk(KERN_ERR "alg: drbg: could not obtain random data for"
+		printk(KERN_ERR "alg: drbg: could not obtain random data for "
 		       "driver %s\n", driver);
 		goto outbuf;
 	}
@@ -1818,7 +1818,7 @@ static int drbg_cavs_test(struct drbg_testvec *test, int pr,
 			buf, test->expectedlen, &addtl);
 	}
 	if (ret <= 0) {
-		printk(KERN_ERR "alg: drbg: could not obtain random data for"
+		printk(KERN_ERR "alg: drbg: could not obtain random data for "
 		       "driver %s\n", driver);
 		goto outbuf;
 	}
-- 
1.8.3.1

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

* Re: [PATCH] crypto/testmgr: add missing spaces to drbg error strings
  2014-07-29 19:47 [PATCH] crypto/testmgr: add missing spaces to drbg error strings Jarod Wilson
@ 2014-07-30 18:24 ` Stephan Mueller
  2014-08-01 14:40   ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Stephan Mueller @ 2014-07-30 18:24 UTC (permalink / raw)
  To: Jarod Wilson; +Cc: linux-kernel, Herbert Xu, David S. Miller, linux-crypto

Am Dienstag, 29. Juli 2014, 15:47:56 schrieb Jarod Wilson:

Hi Jarod,

>There are a few missing spaces in the error text strings for
>drbg_cavs_test, trivial fix.

Thanks a lot.
>
>CC: Stephan Mueller <smueller@chronox.de>
>CC: Herbert Xu <herbert@gondor.apana.org.au>
>CC: "David S. Miller" <davem@davemloft.net>
>CC: linux-crypto@vger.kernel.org
>Signed-off-by: Jarod Wilson <jarod@redhat.com>

Acked-by: Stephan Mueller <smueller@chronox.de>

Ciao
Stephan

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

* Re: [PATCH] crypto/testmgr: add missing spaces to drbg error strings
  2014-07-30 18:24 ` Stephan Mueller
@ 2014-08-01 14:40   ` Herbert Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2014-08-01 14:40 UTC (permalink / raw)
  To: Stephan Mueller; +Cc: Jarod Wilson, linux-kernel, David S. Miller, linux-crypto

On Wed, Jul 30, 2014 at 08:24:11PM +0200, Stephan Mueller wrote:
> Am Dienstag, 29. Juli 2014, 15:47:56 schrieb Jarod Wilson:
> 
> Hi Jarod,
> 
> >There are a few missing spaces in the error text strings for
> >drbg_cavs_test, trivial fix.
> 
> Thanks a lot.
> >
> >CC: Stephan Mueller <smueller@chronox.de>
> >CC: Herbert Xu <herbert@gondor.apana.org.au>
> >CC: "David S. Miller" <davem@davemloft.net>
> >CC: linux-crypto@vger.kernel.org
> >Signed-off-by: Jarod Wilson <jarod@redhat.com>
> 
> Acked-by: Stephan Mueller <smueller@chronox.de>

Patch applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

end of thread, other threads:[~2014-08-01 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-29 19:47 [PATCH] crypto/testmgr: add missing spaces to drbg error strings Jarod Wilson
2014-07-30 18:24 ` Stephan Mueller
2014-08-01 14:40   ` Herbert Xu

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.