diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2016-06-03 15:08:44 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-06-06 19:36:21 -0400 |
commit | 2190d10de58101448b0ac360facc0d5166e3d30d (patch) | |
tree | 7606c5ae8f1a685756e28e1a711245759b4197ac | |
parent | 0270be78da8d27cc5588d2472694aa7ad2c680b3 (diff) |
IB/mad: Fix indentation
Make indentation consistent. Detected by smatch.
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Hal Rosenstock <hal@mellanox.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Reviewed-By: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Hal Rosenstock <hal@mellanox.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r-- | drivers/infiniband/core/mad.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/infiniband/core/mad.c b/drivers/infiniband/core/mad.c index 82fb511112da..2d49228f28b2 100644 --- a/drivers/infiniband/core/mad.c +++ b/drivers/infiniband/core/mad.c | |||
@@ -1638,9 +1638,9 @@ static void remove_mad_reg_req(struct ib_mad_agent_private *agent_priv) | |||
1638 | /* Now, check to see if there are any methods still in use */ | 1638 | /* Now, check to see if there are any methods still in use */ |
1639 | if (!check_method_table(method)) { | 1639 | if (!check_method_table(method)) { |
1640 | /* If not, release management method table */ | 1640 | /* If not, release management method table */ |
1641 | kfree(method); | 1641 | kfree(method); |
1642 | class->method_table[mgmt_class] = NULL; | 1642 | class->method_table[mgmt_class] = NULL; |
1643 | /* Any management classes left ? */ | 1643 | /* Any management classes left ? */ |
1644 | if (!check_class_table(class)) { | 1644 | if (!check_class_table(class)) { |
1645 | /* If not, release management class table */ | 1645 | /* If not, release management class table */ |
1646 | kfree(class); | 1646 | kfree(class); |