[V3,12/16,media] dvb-core/dvb_ca_en50221.c: Fixed typo

Message ID 1500165797-16987-13-git-send-email-jasmin@anw.at (mailing list archive)
State Accepted, archived
Headers

Commit Message

Jasmin J. July 16, 2017, 12:43 a.m. UTC
  From: Jasmin Jessich <jasmin@anw.at>

- "dont" -> "don't"

Signed-off-by: Jasmin Jessich <jasmin@anw.at>
---
 drivers/media/dvb-core/dvb_ca_en50221.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/drivers/media/dvb-core/dvb_ca_en50221.c b/drivers/media/dvb-core/dvb_ca_en50221.c
index 8c0c730..aba80d8 100644
--- a/drivers/media/dvb-core/dvb_ca_en50221.c
+++ b/drivers/media/dvb-core/dvb_ca_en50221.c
@@ -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;