diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-07-15 20:43:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-20 15:40:07 -0400 |
commit | dc32f3244a6ccfa3aebb848fc1e094f15010009e (patch) | |
tree | d6395a09efa7a9a91fb38670d42a8c2bd78a419f /drivers/media/dvb-core/dvb_ca_en50221.c | |
parent | 82ec19e4dfdd8258b6c960d052dfde0275641f16 (diff) | |
download | linux-dc32f3244a6ccfa3aebb848fc1e094f15010009e.tar.gz linux-dc32f3244a6ccfa3aebb848fc1e094f15010009e.tar.bz2 linux-dc32f3244a6ccfa3aebb848fc1e094f15010009e.zip |
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>
Diffstat (limited to 'drivers/media/dvb-core/dvb_ca_en50221.c')
-rw-r--r-- | drivers/media/dvb-core/dvb_ca_en50221.c | 3 |
1 files changed, 2 insertions, 1 deletions
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++) { |