Skip to content

Commit

Permalink
V4L/DVB (13269): saa7134: codingstyle: use /* style comments */ inste…
Browse files Browse the repository at this point in the history
…ad of //

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 542821d commit 117e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/saa7134/saa7134-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 117e134

Please sign in to comment.