Skip to content

Commit

Permalink
V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sai authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 629dcf2 commit 770238b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/cx25821/cx25821-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
#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,
},

Expand Down

0 comments on commit 770238b

Please sign in to comment.