IB/mthca: Fix indentation
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 11 Oct 2017 17:49:05 +0000 (10:49 -0700)
committerDoug Ledford <dledford@redhat.com>
Sun, 15 Oct 2017 00:47:06 +0000 (20:47 -0400)
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mthca/mthca_main.c

index e36a9bc..f3e80de 100644 (file)
@@ -473,11 +473,11 @@ static int mthca_init_icm(struct mthca_dev *mdev,
                goto err_unmap_eqp;
        }
 
-       mdev->cq_table.table = mthca_alloc_icm_table(mdev, init_hca->cqc_base,
-                                                   dev_lim->cqc_entry_sz,
-                                                   mdev->limits.num_cqs,
-                                                   mdev->limits.reserved_cqs,
-                                                   0, 0);
+       mdev->cq_table.table = mthca_alloc_icm_table(mdev, init_hca->cqc_base,
+                                                    dev_lim->cqc_entry_sz,
+                                                    mdev->limits.num_cqs,
+                                                    mdev->limits.reserved_cqs,
+                                                    0, 0);
        if (!mdev->cq_table.table) {
                mthca_err(mdev, "Failed to map CQ context memory, aborting.\n");
                err = -ENOMEM;