i40iw: delete some stray tabs
authorDan Carpenter <[email protected]>
Fri, 29 Sep 2017 07:49:43 +0000 (10:49 +0300)
committerDoug Ledford <[email protected]>
Fri, 29 Sep 2017 15:18:56 +0000 (11:18 -0400)
These lines were indented too far by mistake.

Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Acked-by: Shiraz Saleem <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
drivers/infiniband/hw/i40iw/i40iw_cm.c

index 5230dd3c938c2c506bc590afd8ef054d300ac480..9017c1cc51d47628f99781d7e7d13dafaad57949 100644 (file)
@@ -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);