On Fri, Sep 29, 2017 at 10:49:43AM +0300, Dan Carpenter wrote: > These lines were indented too far by mistake. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > 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); > -- Thanks Dan! Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html