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

Commit 715b703d authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab
Browse files

media: dvb_frontends: fix spelling mistake: "unexpcted" -> "unexpected"



Trivial fix to spelling mistake in dprintk message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHans Verkuil <hansverk@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 7cc31fae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ struct dvb_frontend* l64781_attach(const struct l64781_config* config,

	/* Responds to all reads with 0 */
	if (l64781_readreg(state, 0x1a) != 0) {
		dprintk("Read 1 returned unexpcted value\n");
		dprintk("Read 1 returned unexpected value\n");
		goto error;
	}

@@ -555,7 +555,7 @@ struct dvb_frontend* l64781_attach(const struct l64781_config* config,

	/* Responds with register default value */
	if (l64781_readreg(state, 0x1a) != 0xa1) {
		dprintk("Read 2 returned unexpcted value\n");
		dprintk("Read 2 returned unexpected value\n");
		goto error;
	}