diff options
author | sai <tsg321@gmail.com> | 2010-03-22 23:29:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 12:58:35 -0300 |
commit | 770238bf56f833291f7df445ef0678d20ca995c9 (patch) | |
tree | 29b11f3a7f1228c0baa274dc84f689768c3956db /drivers/staging/cx25821 | |
parent | 629dcf23dffcf90f2104784d4ad9324ab3a1f2ef (diff) | |
download | talos-op-linux-770238bf56f833291f7df445ef0678d20ca995c9.tar.gz talos-op-linux-770238bf56f833291f7df445ef0678d20ca995c9.zip |
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>
Diffstat (limited to 'drivers/staging/cx25821')
-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 @@ #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, }, |