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

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Michael Krufky 2009-11-01 11:16:10 -03:00 committed by Mauro Carvalho Chehab
parent 542821d8d0
commit 117e1348f8
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ int saa7134_input_init1(struct saa7134_dev *dev)
ir_codes = &ir_codes_winfast_table;
mask_keycode = 0x5f00;
mask_keyup = 0x020000;
polling = 50; // ms
polling = 50; /* ms */
break;
}
if (NULL == ir_codes) {