diff options
-rw-r--r-- | crypto/tcrypt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 78b236bc9cd8..40e72ec0f537 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -1329,8 +1329,7 @@ static void test_skcipher_speed(const char *algo, int enc, unsigned int secs, req = skcipher_request_alloc(tfm, GFP_KERNEL); if (!req) { - pr_err("tcrypt: skcipher: Failed to allocate request for %s\n", - algo); + pr_err("skcipher: Failed to allocate request for %s\n", algo); goto out; } |