public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i40iw: delete some stray tabs
@ 2017-09-29  7:49 Dan Carpenter
  2017-09-29 10:29 ` Leon Romanovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Dan Carpenter @ 2017-09-29  7:49 UTC (permalink / raw)
  To: Faisal Latif, Shiraz Saleem
  Cc: Doug Ledford, Sean Hefty, Hal Rosenstock, linux-rdma,
	kernel-janitors

These lines were indented too far by mistake.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/infiniband/hw/i40iw/i40iw_cm.c b/drivers/infiniband/hw/i40iw/i40iw_cm.c
index 5230dd3c938c..9017c1cc51d4 100644
--- a/drivers/infiniband/hw/i40iw/i40iw_cm.c
+++ b/drivers/infiniband/hw/i40iw/i40iw_cm.c
@@ -1524,8 +1524,8 @@ static bool i40iw_port_in_use(struct i40iw_cm_core *cm_core, u16 port, bool acti
 				break;
 			}
 		}
-			if (!ret)
-				clear_bit(port, cm_core->active_side_ports);
+		if (!ret)
+			clear_bit(port, cm_core->active_side_ports);
 		spin_unlock_irqrestore(&cm_core->ht_lock, flags);
 	} else {
 		spin_lock_irqsave(&cm_core->listen_list_lock, flags);

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-30 10:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-29  7:49 [PATCH] i40iw: delete some stray tabs Dan Carpenter
2017-09-29 10:29 ` Leon Romanovsky
2017-09-29 10:40   ` Dan Carpenter
2017-09-29 14:45     ` Leon Romanovsky
     [not found]       ` <20170929144554.GB2965-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-09-29 20:34         ` Dan Carpenter
2017-09-30 10:23           ` Leon Romanovsky
2017-09-29 14:26 ` Shiraz Saleem
2017-09-29 15:26 ` Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox