Fixed space coding style issue on pointer

Signed-off-by: Rudhresh Kumar J <rudhresh...@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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to