Skip to content

Commit 4ea597e

Browse files
Dan Carpenterdledford
authored andcommitted
i40iw: delete some stray tabs
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]>
1 parent b04dc19 commit 4ea597e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/infiniband/hw/i40iw/i40iw_cm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,8 +1524,8 @@ static bool i40iw_port_in_use(struct i40iw_cm_core *cm_core, u16 port, bool acti
15241524
break;
15251525
}
15261526
}
1527-
if (!ret)
1528-
clear_bit(port, cm_core->active_side_ports);
1527+
if (!ret)
1528+
clear_bit(port, cm_core->active_side_ports);
15291529
spin_unlock_irqrestore(&cm_core->ht_lock, flags);
15301530
} else {
15311531
spin_lock_irqsave(&cm_core->listen_list_lock, flags);

0 commit comments

Comments
 (0)