[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1435683595-5958-1-git-send-email-rudhreshj@cdac.in>
Date: Tue, 30 Jun 2015 22:29:55 +0530
From: Rudhresh Kumar J <rudhresh.jk@...il.com>
To: fthain@...egraphics.com.au
Cc: schmitzmic@...il.com, JBottomley@...n.com,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Rudhresh Kumar J <rudhreshj@...c.in>,
Rudhresh Kumar J <rudhresh.jk@...il.com>
Subject: [PATCH] SCSI: DTC: Fixed a coding style issue on pointer
Fixed space coding style issue on pointer
Signed-off-by: Rudhresh Kumar J <rudhresh.jk@...il.com>
---
drivers/scsi/dtc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c
index 4c74c7b..edfe848 100644
--- a/drivers/scsi/dtc.c
+++ b/drivers/scsi/dtc.c
@@ -186,7 +186,7 @@ __setup("dtc=", dtc_setup);
*
*/
-static int __init dtc_detect(struct scsi_host_template * tpnt)
+static int __init dtc_detect(struct scsi_host_template *tpnt)
{
static int current_override = 0, current_base = 0;
struct Scsi_Host *instance;
--
1.8.4
--
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