mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
7724105686
commit
a724648e8a
|
@ -4075,11 +4075,11 @@ static int process_perf_opa(struct ib_device *ibdev, u8 port,
|
|||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue