This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-dvb.git tree:
Subject: V4L/DVB: cx25821: Make comments C99 compliant Author: Mauro Carvalho Chehab <[email protected]> Date: Sun Jul 4 15:21:40 2010 -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 Cc: Palash Bandyopadhyay <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/staging/cx25821/cx25821-reg.h | 1808 ++++++++++---------- drivers/staging/cx25821/cx25821-sram.h | 50 +- .../staging/cx25821/cx25821-video-upstream-ch2.h | 2 +- drivers/staging/cx25821/cx25821-video-upstream.h | 2 +- drivers/staging/cx25821/cx25821-video.h | 4 +- 5 files changed, 933 insertions(+), 933 deletions(-) --- http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=7c92478555a6c6122e175864f1aaa85ce86cb821 <diff discarded since it is too big> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
