Commit 117e1348 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (13269): saa7134: codingstyle: use /* style comments */ instead of //

Signed-off-by: default avatarMichael Krufky <mkrufky@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 542821d8
...@@ -620,7 +620,7 @@ int saa7134_input_init1(struct saa7134_dev *dev) ...@@ -620,7 +620,7 @@ int saa7134_input_init1(struct saa7134_dev *dev)
ir_codes = &ir_codes_winfast_table; ir_codes = &ir_codes_winfast_table;
mask_keycode = 0x5f00; mask_keycode = 0x5f00;
mask_keyup = 0x020000; mask_keyup = 0x020000;
polling = 50; // ms polling = 50; /* ms */
break; break;
} }
if (NULL == ir_codes) { if (NULL == ir_codes) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment