V4L/DVB: cx25821: Make comments C99 compliant
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 4 Jul 2010 18:21:40 +0000 (15:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 18:18:48 +0000 (15:18 -0300)
Replace all // comments by /* */

Patch generated with this small script:

for i in drivers/staging/cx25821/*.[ch]; do cat $i|perl -ne 's,//\s*(.*)\s*\n,/* $1 */\n,g; print $_;' >a && mv a $i; done

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found