diff options
author | sai <tsg321@gmail.com> | 2010-03-22 22:29:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:58:35 -0400 |
commit | 770238bf56f833291f7df445ef0678d20ca995c9 (patch) | |
tree | 29b11f3a7f1228c0baa274dc84f689768c3956db | |
parent | 629dcf23dffcf90f2104784d4ad9324ab3a1f2ef (diff) |
V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.c
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>
-rw-r--r-- | drivers/staging/cx25821/cx25821-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/cx25821/cx25821-cards.c b/drivers/staging/cx25821/cx25821-cards.c index 4d0b9eac3e49..da0f56d50e27 100644 --- a/drivers/staging/cx25821/cx25821-cards.c +++ b/drivers/staging/cx25821/cx25821-cards.c | |||
@@ -30,12 +30,12 @@ | |||
30 | #include "cx25821.h" | 30 | #include "cx25821.h" |
31 | #include "tuner-xc2028.h" | 31 | #include "tuner-xc2028.h" |
32 | 32 | ||
33 | // board config info | 33 | /* board config info */ |
34 | 34 | ||
35 | struct cx25821_board cx25821_boards[] = { | 35 | struct cx25821_board cx25821_boards[] = { |
36 | [UNKNOWN_BOARD] = { | 36 | [UNKNOWN_BOARD] = { |
37 | .name = "UNKNOWN/GENERIC", | 37 | .name = "UNKNOWN/GENERIC", |
38 | // Ensure safe default for unknown boards | 38 | /* Ensure safe default for unknown boards */ |
39 | .clk_freq = 0, | 39 | .clk_freq = 0, |
40 | }, | 40 | }, |
41 | 41 | ||