aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/mad.c
diff options
context:
space:
mode:
authorJeff Becker <jeffrey.c.becker@nasa.gov>2015-08-21 12:26:22 -0700
committerDoug Ledford <dledford@redhat.com>2015-08-28 23:02:10 -0400
commita724648e8a8f7ff874f0d58491b39517718c7237 (patch)
treeafc8023ac0a8055ac2b1e87ed21b3920bce00174 /drivers/staging/rdma/hfi1/mad.c
parentIB/hfi1: add driver files (diff)
downloadlinux-dev-a724648e8a8f7ff874f0d58491b39517718c7237.tar.xz
linux-dev-a724648e8a8f7ff874f0d58491b39517718c7237.zip
staging/hfi1: replace indent spaces with tabs
Running checkpatch.pl on mad.c produces several "ERROR: code indent should use tabs where possible" messages. This patch fixes these. Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/staging/rdma/hfi1/mad.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/rdma/hfi1/mad.c b/drivers/staging/rdma/hfi1/mad.c
index 0a18fee46432..37269eb90c34 100644
--- a/drivers/staging/rdma/hfi1/mad.c
+++ b/drivers/staging/rdma/hfi1/mad.c
@@ -4075,11 +4075,11 @@ bail:
}
static int hfi1_process_opa_mad(struct ib_device *ibdev, int mad_flags,
- u8 port, const struct ib_wc *in_wc,
- const struct ib_grh *in_grh,
- const struct opa_mad *in_mad,
- struct opa_mad *out_mad, size_t *out_mad_size,
- u16 *out_mad_pkey_index)
+ u8 port, const struct ib_wc *in_wc,
+ const struct ib_grh *in_grh,
+ const struct opa_mad *in_mad,
+ struct opa_mad *out_mad, size_t *out_mad_size,
+ u16 *out_mad_pkey_index)
{
int ret;
int pkey_idx;