From: Mauro Carvalho Chehab Date: Sun, 4 Jul 2010 18:21:40 +0000 (-0300) Subject: V4L/DVB: cx25821: Make comments C99 compliant X-Git-Tag: v2.6.36-rc1~582^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1852a1bfcef31b492820265d44fd3ec977da1ff9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed