Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 542821d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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) {