[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1269311365-2579-1-git-send-email-tsg321@gmail.com>
Date: Tue, 23 Mar 2010 07:59:25 +0530
From: sai <tsg321@...il.com>
To: gregkh@...e.de
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
sai <tsg321@...il.com>
Subject: [PATCH] staging:cx2581: fixes coding style issues in cx25821-cards.c
From: sai <tsg321@...il.com>
This patch fixes all the coding style issues reported by checkpatch.pl tool
Signed-off-by: sai<tsg321@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists