From 73f96c98af8797896752b9e3d74cbdac59413c94 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 3 Aug 2011 08:21:56 +0000 Subject: [PATCH] ib_srpt: Remove trailing whitespace git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3792 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 0e6248c71..903f9eac5 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1091,7 +1091,7 @@ static int srpt_ch_qp_rts(struct srpt_rdma_ch *ch, struct ib_qp *qp) ch->sess_name, qp_attr.timeout, (unsigned)(T_tr_ns / (1000 * 1000)), qp_attr.retry_cnt, max_compl_time_ms); - + if (max_compl_time_ms >= RDMA_COMPL_TIMEOUT_S * 1000) { PRINT_ERROR("Maximum RDMA completion time (%d ms)" " exceeds ib_srpt timeout (%d ms)",