Explorar o código

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>
Michael Krufky %!s(int64=15) %!d(string=hai) anos
pai
achega
117e1348f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/media/video/saa7134/saa7134-input.c

+ 1 - 1
drivers/media/video/saa7134/saa7134-input.c

@@ -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) {