IB/hfi1: Fix hfi_rcvhdr tracepoint
authorJubin John <[email protected]>
Thu, 12 May 2016 17:23:22 +0000 (10:23 -0700)
committerDoug Ledford <[email protected]>
Fri, 13 May 2016 23:39:17 +0000 (19:39 -0400)
The hfi_rcvhdr tracepoint has the ctxt and eflags switched in the
prototype of the trace event, compared to the args and usage of the
trace function. Fix this by swapping these 2 fields in the trace event
prototype.

Reviewed-by: Dennis Dalessandro <[email protected]>
Reviewed-by: Mike Marciniszyn <[email protected]>
Signed-off-by: Jubin John <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
drivers/staging/rdma/hfi1/trace.h

index 963dc948c38a4f335608f0c3ef36c78928464949..42bcfc3e15d568d98d0fd128b16124adfa3b0df8 100644 (file)
@@ -74,8 +74,8 @@ __print_symbolic(etype,                         \
 
 TRACE_EVENT(hfi1_rcvhdr,
            TP_PROTO(struct hfi1_devdata *dd,
-                    u64 eflags,
                     u32 ctxt,
+                    u64 eflags,
                     u32 etype,
                     u32 hlen,
                     u32 tlen,