V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.c
authorsai <tsg321@gmail.com>
Tue, 23 Mar 2010 02:29:25 +0000 (23:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:35 +0000 (12:58 -0300)
This patch fixes all the coding style issues reported by checkpatch.pl tool

Signed-off-by: sai <tsg321@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/cx25821/cx25821-cards.c

index 4d0b9ea..da0f56d 100644 (file)
 #include "cx25821.h"
 #include "tuner-xc2028.h"
 
-// board config info
+/* board config info */
 
 struct cx25821_board cx25821_boards[] = {
        [UNKNOWN_BOARD] = {
                           .name = "UNKNOWN/GENERIC",
-                          // Ensure safe default for unknown boards
+                          /* Ensure safe default for unknown boards */
                           .clk_freq = 0,
                           },