Skip to content

Commit f0f12b3

Browse files
committed
crypto: qat - Remove trailing space after \n newline
JIRA: https://issues.redhat.com/browse/RHEL-52749 Upstream Status: merged into the linux.git commit 2e691e1 Author: Colin Ian King <colin.i.king@gmail.com> Date: Sun Sep 1 17:07:17 2024 +0100 crypto: qat - Remove trailing space after \n newline 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> Signed-off-by: Vladis Dronov <vdronov@redhat.com>
1 parent eea5722 commit f0f12b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/intel/qat/qat_common/qat_uclo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static int qat_uclo_free_ae_data(struct icp_qat_uclo_aedata *ae_data)
5858
unsigned int i;
5959

6060
if (!ae_data) {
61-
pr_err("QAT: bad argument, ae_data is NULL\n ");
61+
pr_err("QAT: bad argument, ae_data is NULL\n");
6262
return -EINVAL;
6363
}
6464

0 commit comments

Comments
 (0)