From: Jasmin Jessich Date: Sun, 16 Jul 2017 00:43:15 +0000 (-0400) Subject: media: dvb_ca_en50221: Fixed remaining block comments X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dc32f3244a6ccfa3aebb848fc1e094f15010009e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git media: dvb_ca_en50221: Fixed remaining block comments - Added the missing opening empty comment line. Signed-off-by: Jasmin Jessich Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-core/dvb_ca_en50221.c b/drivers/media/dvb-core/dvb_ca_en50221.c index 26198228a14e..24e2b0c86ada 100644 --- a/drivers/media/dvb-core/dvb_ca_en50221.c +++ b/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++) {