linux/drivers/staging/cx25821
Mauro Carvalho Chehab 1852a1bfce 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>
2010-08-02 15:18:48 -03:00
..
cx25821-alsa.c V4L/DVB: cx25821: fix coding style issues in cx25821-alsa.c 2010-05-19 12:58:34 -03:00
cx25821-audio-upstream.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-audio-upstream.h V4L/DVB (12733): cx25821: some CodingStyle fixes 2009-09-18 23:47:38 -03:00
cx25821-audio.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-biffuncs.h V4L/DVB (12733): cx25821: some CodingStyle fixes 2009-09-18 23:47:38 -03:00
cx25821-cards.c V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.c 2010-05-19 12:58:35 -03:00
cx25821-core.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-gpio.c V4L/DVB: cx25821: fix coding style issues in cx25821-gpio.c 2010-05-18 00:51:14 -03:00
cx25821-gpio.h V4L/DVB (12733): cx25821: some CodingStyle fixes 2009-09-18 23:47:38 -03:00
cx25821-i2c.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-medusa-defines.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-medusa-reg.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-medusa-video.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-medusa-video.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-reg.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-sram.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-video-upstream-ch2.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-video-upstream-ch2.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-video-upstream.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-video-upstream.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821-video.c V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
cx25821-video.h V4L/DVB: cx25821: Make comments C99 compliant 2010-08-02 15:18:48 -03:00
cx25821.h V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
Kconfig V4L/DVB (12732): cx25821: fix bad whitespacing 2009-09-18 23:47:37 -03:00
Makefile V4L/DVB: cx25821: Removed duplicate code and cleaned up 2010-08-02 15:18:44 -03:00
README V4L/DVB (12847): cx25821: Add README with todo list 2009-09-19 00:13:32 -03:00

Todo:
	- checkpatch.pl cleanups
	- sparse cleanups

Please send patches to linux-media@vger.kernel.org