staging/hfi1: replace indent spaces with tabs
authorJeff Becker <jeffrey.c.becker@nasa.gov>
Fri, 21 Aug 2015 19:26:22 +0000 (12:26 -0700)
committerDoug Ledford <dledford@redhat.com>
Sat, 29 Aug 2015 03:02:10 +0000 (23:02 -0400)
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>
drivers/staging/rdma/hfi1/mad.c

index 0a18fee464323b5bba48ea406c0cfda400b15c21..37269eb90c346caee072df28db613a4d4077ed10 100644 (file)
@@ -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;
This page took 0.026107 seconds and 5 git commands to generate.