From: Michael Krufky Date: Sun, 1 Nov 2009 14:16:10 +0000 (-0300) Subject: V4L/DVB (13269): saa7134: codingstyle: use /* style comments */ instead of // X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=117e1348f8b0cd91834873bb21faff827798bd8b;p=linux-edison.git V4L/DVB (13269): saa7134: codingstyle: use /* style comments */ instead of // Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c index 83206cfb7b8..f658f251399 100644 --- a/drivers/media/video/saa7134/saa7134-input.c +++ b/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; mask_keycode = 0x5f00; mask_keyup = 0x020000; - polling = 50; // ms + polling = 50; /* ms */ break; } if (NULL == ir_codes) {