lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 13 May 2017 21:05:19 +0200 From: Karim Eshapa <karim.eshapa@...il.com> To: herbert@...dor.apana.org.au Cc: davem@...emloft.net, linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org, Karim Eshapa <karim.eshapa@...il.com> Subject: [PATCH] crypto: algapi: Use pr_err common logging style. Use more common error logging style. Signed-off-by: Karim Eshapa <karim.eshapa@...il.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
Powered by blists - more mailing lists