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

Commit 7024e0da authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu
Browse files

crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"



Trivial fix to spelling mistake in CSB_ERR error message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 57f5bfeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ static int wait_for_csb(struct nx842_workmem *wmem,
		return -EPROTO;
	case CSB_CC_SEQUENCE:
		/* should not happen, we don't use chained CRBs */
		CSB_ERR(csb, "CRB seqeunce number error");
		CSB_ERR(csb, "CRB sequence number error");
		return -EPROTO;
	case CSB_CC_UNKNOWN_CODE:
		CSB_ERR(csb, "Unknown subfunction code");