Skip to content

Commit

Permalink
V4L/DVB: cx25821: Make comments C99 compliant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 2, 2010
1 parent 6d8c2ba commit 1852a1b
Show file tree
Hide file tree
Showing 5 changed files with 933 additions and 933 deletions.
Loading

0 comments on commit 1852a1b

Please sign in to comment.