media: dvb_ca_en50221: Fixed remaining block comments
authorJasmin Jessich <jasmin@anw.at>
Sun, 16 Jul 2017 00:43:15 +0000 (20:43 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Jul 2017 19:40:07 +0000 (15:40 -0400)
- 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>
drivers/media/dvb-core/dvb_ca_en50221.c

index 2619822..24e2b0c 100644 (file)
@@ -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++) {