From 165bcc0f645232a62063efa1bdb1d24d5dd2a4c6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 6 Jun 2010 07:09:39 +0000 Subject: [PATCH] Use tabs instead of spaces for indentation. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1748 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 6417c034a..5f128b55b 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2907,7 +2907,7 @@ static void srpt_tsk_mgmt_done(struct scst_mgmt_cmd *mcmnd) * See also SPC-3, section 7.5.4.5, TransportID for initiator ports using SRP. */ static int srpt_get_initiator_port_transport_id(struct scst_session *scst_sess, - uint8_t **transport_id) + uint8_t **transport_id) { struct srpt_rdma_ch *ch; struct spc_rdma_transport_id {