Browse Source

media: dvb_ca_en50221: Fixed remaining block comments

- Added the missing opening empty comment line.

Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Jasmin Jessich 8 years ago
parent
commit
dc32f3244a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/media/dvb-core/dvb_ca_en50221.c

+ 2 - 1
drivers/media/dvb-core/dvb_ca_en50221.c

@@ -1071,7 +1071,8 @@ static void dvb_ca_en50221_thread_update_delay(struct dvb_ca_private *ca)
 	int curdelay = 100000000;
 	int slot;
 
-	/* Beware of too high polling frequency, because one polling
+	/*
+	 * Beware of too high polling frequency, because one polling
 	 * call might take several hundred milliseconds until timeout!
 	 */
 	for (slot = 0; slot < ca->slot_count; slot++) {