linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: algapi: Use pr_err common logging style.
@ 2017-05-13 19:05 Karim Eshapa
  2017-06-19  6:42 ` Herbert Xu
  2017-06-19  6:42 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Karim Eshapa @ 2017-05-13 19:05 UTC (permalink / raw)
  To: herbert; +Cc: davem, linux-crypto, linux-kernel, Karim Eshapa

Use more common error logging style.

Signed-off-by: Karim Eshapa <karim.eshapa@gmail.com>
---
 crypto/algapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/algapi.c b/crypto/algapi.c
index 9eed4ef..e4cc761 100644
--- a/crypto/algapi.c
+++ b/crypto/algapi.c
@@ -260,7 +260,7 @@ void crypto_alg_tested(const char *name, int err)
 			goto found;
 	}
 
-	printk(KERN_ERR "alg: Unexpected test result for %s: %d\n", name, err);
+	pr_err("alg: Unexpected test result for %s: %d\n", name, err);
 	goto unlock;
 
 found:
-- 
2.7.4

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

* Re: [PATCH] crypto: algapi: Use pr_err common logging style.
  2017-05-13 19:05 [PATCH] crypto: algapi: Use pr_err common logging style Karim Eshapa
@ 2017-06-19  6:42 ` Herbert Xu
  2017-06-19  6:42 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2017-06-19  6:42 UTC (permalink / raw)
  To: Karim Eshapa; +Cc: davem, linux-crypto, linux-kernel, karim.eshapa

Karim Eshapa <karim.eshapa@gmail.com> wrote:
> Use more common error logging style.
> 
> Signed-off-by: Karim Eshapa <karim.eshapa@gmail.com>

karim.eshapa@gmail.com
-- 
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

* Re: [PATCH] crypto: algapi: Use pr_err common logging style.
  2017-05-13 19:05 [PATCH] crypto: algapi: Use pr_err common logging style Karim Eshapa
  2017-06-19  6:42 ` Herbert Xu
@ 2017-06-19  6:42 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2017-06-19  6:42 UTC (permalink / raw)
  To: Karim Eshapa; +Cc: davem, linux-crypto, linux-kernel, karim.eshapa

Karim Eshapa <karim.eshapa@gmail.com> wrote:
> Use more common error logging style.
> 
> Signed-off-by: Karim Eshapa <karim.eshapa@gmail.com>

Patch applied.  Thanks.
-- 
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:[~2017-06-19  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-13 19:05 [PATCH] crypto: algapi: Use pr_err common logging style Karim Eshapa
2017-06-19  6:42 ` Herbert Xu
2017-06-19  6:42 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).