]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB (13269): saa7134: codingstyle: use /* style comments */ instead of //
authorMichael Krufky <mkrufky@kernellabs.com>
Sun, 1 Nov 2009 14:16:10 +0000 (11:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:41:11 +0000 (18:41 -0200)
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-input.c

index 83206cfb7b8cedab05e3d633f9c0e55f87f40221..f658f2513992427e109c4108e138176d23272263 100644 (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) {