Commit 4ecb4bfc authored by Jasmin Jessich's avatar Jasmin Jessich Committed by Mauro Carvalho Chehab

media: dvb_ca_en50221: Fixed typo

- "dont" -> "don't"
Signed-off-by: default avatarJasmin Jessich <jasmin@anw.at>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 96375b7a
...@@ -1304,7 +1304,7 @@ static void dvb_ca_en50221_thread_state_machine(struct dvb_ca_private *ca, ...@@ -1304,7 +1304,7 @@ static void dvb_ca_en50221_thread_state_machine(struct dvb_ca_private *ca,
*/ */
if (dvb_ca_en50221_check_camstatus(ca, slot)) { if (dvb_ca_en50221_check_camstatus(ca, slot)) {
/* /*
* we dont want to sleep on the next iteration * we don't want to sleep on the next iteration
* so we can handle the cam change * so we can handle the cam change
*/ */
ca->wakeup = 1; ca->wakeup = 1;
...@@ -1314,7 +1314,7 @@ static void dvb_ca_en50221_thread_state_machine(struct dvb_ca_private *ca, ...@@ -1314,7 +1314,7 @@ static void dvb_ca_en50221_thread_state_machine(struct dvb_ca_private *ca,
/* check if we've hit our limit this time */ /* check if we've hit our limit this time */
if (++pktcount >= MAX_RX_PACKETS_PER_ITERATION) { if (++pktcount >= MAX_RX_PACKETS_PER_ITERATION) {
/* /*
* dont sleep; there is likely to be more data * don't sleep; there is likely to be more data
* to read * to read
*/ */
ca->wakeup = 1; ca->wakeup = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment