]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit1852a1bfcef31b492820265d44fd3ec977da1ff9
treef82eea4000f848120d03e13e13dc5d2ddbc785cf
parent6d8c2ba1d154f2a94303fc92691887525065199e
V4L/DVB: cx25821: Make comments C99 compliant

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>
drivers/staging/cx25821/cx25821-reg.h
drivers/staging/cx25821/cx25821-sram.h
drivers/staging/cx25821/cx25821-video-upstream-ch2.h
drivers/staging/cx25821/cx25821-video-upstream.h
drivers/staging/cx25821/cx25821-video.h