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

Commit 6905c461 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu
Browse files

crypto: nx - fix spelling mistake: "availavle" -> "available"



Trivial fix to spelling mistake in pr_err error message text. Also
fix spelling mistake in proceeding comment.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarHaren Myneni <haren@us.ibm.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1af39daa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -743,8 +743,8 @@ static int nx842_open_percpu_txwins(void)
		}

		if (!per_cpu(cpu_txwin, i)) {
			/* shoudn't happen, Each chip will have NX engine */
			pr_err("NX engine is not availavle for CPU %d\n", i);
			/* shouldn't happen, Each chip will have NX engine */
			pr_err("NX engine is not available for CPU %d\n", i);
			return -EINVAL;
		}
	}