commit | 1852a1bfcef31b492820265d44fd3ec977da1ff9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Jul 04 15:21:40 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Aug 02 15:18:48 2010 -0300 |
tree | f82eea4000f848120d03e13e13dc5d2ddbc785cf | |
parent | 6d8c2ba1d154f2a94303fc92691887525065199e [diff] |
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>