IB/hfi1: Fix whitespace alignment issue for MAD
authorKamenee Arumugam <kamenee.arumugam@intel.com>
Tue, 22 Aug 2017 01:27:35 +0000 (18:27 -0700)
committerDoug Ledford <dledford@redhat.com>
Mon, 28 Aug 2017 23:12:23 +0000 (19:12 -0400)
Fix a tab alignment issue present in pr_err_ratelimited
error message.

Reviewed-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Signed-off-by: Kamenee Arumugam <kamenee.arumugam@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hfi1/mad.c

index 4849130d49bcd7000c6010f02454cb0b3e7a5256..f4c0ffc040cc591fb3823f233755f2363ff6dbf6 100644 (file)
@@ -158,7 +158,7 @@ static struct trap_node *check_and_add_trap(struct hfi1_ibport *ibp,
        if (queue_id >= RVT_MAX_TRAP_LISTS) {
                trap_count++;
                pr_err_ratelimited("hfi1: Invalid trap 0x%0x dropped. Total dropped: %d\n",
-                                 trap->data.generic_type, trap_count);
+                                  trap->data.generic_type, trap_count);
                kfree(trap);
                return NULL;
        }