aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorsai <tsg321@gmail.com>2010-03-22 23:29:25 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:58:35 -0300
commit770238bf56f833291f7df445ef0678d20ca995c9 (patch)
tree29b11f3a7f1228c0baa274dc84f689768c3956db /drivers/staging
parentV4L/DVB: cx25821: fix coding style issues in cx25821-alsa.c (diff)
downloadlinux-dev-770238bf56f833291f7df445ef0678d20ca995c9.tar.xz
linux-dev-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')
-rw-r--r--drivers/staging/cx25821/cx25821-cards.c4
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,
},