crypto: qat - Remove trailing space after \n newline
authorColin Ian King <colin.i.king@gmail.com>
Sun, 1 Sep 2024 16:07:17 +0000 (17:07 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Sep 2024 06:50:46 +0000 (14:50 +0800)
There is a extraneous space after a newline in a pr_err message.
Remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_common/qat_uclo.c

index ad2c64a..7ea40b4 100644 (file)
@@ -58,7 +58,7 @@ static int qat_uclo_free_ae_data(struct icp_qat_uclo_aedata *ae_data)
        unsigned int i;
 
        if (!ae_data) {
-               pr_err("QAT: bad argument, ae_data is NULL\n ");
+               pr_err("QAT: bad argument, ae_data is NULL\n");
                return -EINVAL;
        }