mlx4_core: Fix some indenting in mlx4_ib_add()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 28 Mar 2014 08:21:39 +0000 (11:21 +0300)
committerRoland Dreier <roland@purestorage.com>
Tue, 1 Apr 2014 17:52:18 +0000 (10:52 -0700)
commit3839d8ac1bac55922f6632e36040fdc0de374bba
tree21d11eac026d76d1cdfb04c519228e259b6c4301
parent2c34e68f426151bc6d16de6a187678f6693c0770
mlx4_core: Fix some indenting in mlx4_ib_add()

The code was indented too far and also kernel style says we should have
curly braces.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/mlx4/main.c