mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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>
This commit is contained in:
parent
a0e435e808
commit
2e691e1cd2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user