Skip to content

Commit 2e691e1

Browse files
ColinIanKingherbertx
authored andcommitted
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent a0e435e commit 2e691e1

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)