crypto: tcrypt - Drop leading newlines from prints
[linux-2.6-block.git] / crypto / tcrypt.c
index 40e72ec0f53782ec57592597e2679df4663199b3..b096ae901aa80154c604c72f7c67919e776ffb93 100644 (file)
@@ -324,7 +324,7 @@ static void test_mb_aead_speed(const char *algo, int enc, int secs,
                                          crypto_req_done, &data[i].wait);
        }
 
-       pr_info("\ntesting speed of multibuffer %s (%s) %s\n", algo,
+       pr_info("testing speed of multibuffer %s (%s) %s\n", algo,
                get_driver_name(crypto_aead, tfm), e);
 
        i = 0;
@@ -575,7 +575,7 @@ static void test_aead_speed(const char *algo, int enc, unsigned int secs,
        }
 
        crypto_init_wait(&wait);
-       pr_info("\ntesting speed of %s (%s) %s\n", algo,
+       pr_info("testing speed of %s (%s) %s\n", algo,
                get_driver_name(crypto_aead, tfm), e);
 
        req = aead_request_alloc(tfm, GFP_KERNEL);
@@ -877,7 +877,7 @@ static void test_ahash_speed_common(const char *algo, unsigned int secs,
                return;
        }
 
-       pr_info("\ntesting speed of async %s (%s)\n", algo,
+       pr_info("testing speed of async %s (%s)\n", algo,
                get_driver_name(crypto_ahash, tfm));
 
        if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) {
@@ -1117,7 +1117,7 @@ static void test_mb_skcipher_speed(const char *algo, int enc, int secs,
                crypto_init_wait(&data[i].wait);
        }
 
-       pr_info("\ntesting speed of multibuffer %s (%s) %s\n", algo,
+       pr_info("testing speed of multibuffer %s (%s) %s\n", algo,
                get_driver_name(crypto_skcipher, tfm), e);
 
        i = 0;
@@ -1324,7 +1324,7 @@ static void test_skcipher_speed(const char *algo, int enc, unsigned int secs,
                return;
        }
 
-       pr_info("\ntesting speed of %s %s (%s) %s\n", async ? "async" : "sync",
+       pr_info("testing 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);