media: dvb_ca_en50221: Fixed typo
authorJasmin Jessich <jasmin@anw.at>
Sun, 16 Jul 2017 00:43:13 +0000 (20:43 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Jul 2017 19:39:26 +0000 (15:39 -0400)
- "dont" -> "don't"

Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_ca_en50221.c

index 8c0c730bfdb3cf79809f95813996f1996e1d7df2..aba80d8be3a7ee369f1a964e1730ae9db246c442 100644 (file)
@@ -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)) {
                                /*
-                                * 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
                                 */
                                ca->wakeup = 1;
@@ -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 */
                        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
                                 */
                                ca->wakeup = 1;