Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e02b8b43 authored by Arvind Yadav's avatar Arvind Yadav Committed by Herbert Xu
Browse files

crypto: virtio - pr_err() strings should end with newlines



pr_err() messages should terminated with a new-line to avoid
other messages being concatenated onto the end.

Signed-off-by: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent bfbd6254
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ static int virtio_crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm,
		struct virtio_crypto *vcrypto =
				      virtcrypto_get_dev_node(node);
		if (!vcrypto) {
			pr_err("virtio_crypto: Could not find a virtio device in the system");
			pr_err("virtio_crypto: Could not find a virtio device in the system\n");
			return -ENODEV;
		}