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-Tag: Ubuntu-snapdragon-4.4.0-1050.54~23802^2~179 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=117e1348f8b0cd91834873bb21faff827798bd8b;p=mirror_ubuntu-artful-kernel.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 83206cfb7b8c..f658f2513992 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) {