* [PATCH] staging:cx2581: fixes coding style issues in cx25821-cards.c
@ 2010-03-23 2:29 sai
0 siblings, 0 replies; only message in thread
From: sai @ 2010-03-23 2:29 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel, sai
From: sai <tsg321@gmail.com>
This patch fixes all the coding style issues reported by checkpatch.pl tool
Signed-off-by: sai<tsg321@gmail.com>
---
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 4d0b9ea..da0f56d 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,
},
--
1.6.3.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-23 2:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-23 2:29 [PATCH] staging:cx2581: fixes coding style issues in cx25821-cards.c sai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome