* [PATCH] SCSI: DTC: Fixed a coding style issue on pointer
@ 2015-06-30 16:59 Rudhresh Kumar J
0 siblings, 0 replies; only message in thread
From: Rudhresh Kumar J @ 2015-06-30 16:59 UTC (permalink / raw)
To: fthain
Cc: schmitzmic, JBottomley, linux-scsi, linux-kernel,
Rudhresh Kumar J, Rudhresh Kumar J
Fixed space coding style issue on pointer
Signed-off-by: Rudhresh Kumar J <rudhresh.jk@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-30 16:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 16:59 [PATCH] SCSI: DTC: Fixed a coding style issue on pointer Rudhresh Kumar J
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).