summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2020-08-07 16:41:01 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-08-07 16:41:01 -0700
commit8dd5c7d2527a00d6345082df4d68c6645820f69d (patch)
treef9e3701a8918cef843313debe25e7d65ec04c473 /crypto/tcrypt.c
parent577ef62b7c7c672f6632626daa2e83fc2018aa26 (diff)
parent1509add362eb98340875abf85b448a5ecba2a29e (diff)
downloadlinux-crypto-8dd5c7d2527a00d6345082df4d68c6645820f69d.tar.gz
linux-crypto-8dd5c7d2527a00d6345082df4d68c6645820f69d.zip
Merge branch 'next' into for-linus
Prepare input updates for 5.9 merge window.
Diffstat (limited to '')
-rw-r--r--crypto/tcrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index f42f486e..ba0b7702 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1514,8 +1514,8 @@ static void test_skcipher_speed(const char *algo, int enc, unsigned int secs,
return;
}
- pr_info("\ntesting speed of async %s (%s) %s\n", algo,
- get_driver_name(crypto_skcipher, tfm), e);
+ pr_info("\ntesting speed of %s %s (%s) %s\n", async ? "async" : "sync",
+ algo, get_driver_name(crypto_skcipher, tfm), e);
req = skcipher_request_alloc(tfm, GFP_KERNEL);
if (!req) {