tracing: Fix header include guards in trace event headers
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 20 Jul 2019 10:39:43 +0000 (19:39 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 31 Jul 2019 01:49:06 +0000 (21:49 -0400)
commitb1d45c23284e55a379f85554a27a548b7988d47a
tree46e80ccf892dbbd2d5f079b1f4370d39638a3224
parent609488bc979f99f805f34e9a32c1e3b71179d10b
tracing: Fix header include guards in trace event headers

These include guards are broken.

Match the #if !define() and #define lines so that they work correctly.

Link: http://lkml.kernel.org/r/20190720103943.16982-1-yamada.masahiro@socionext.com
Fixes: f54d1867005c3 ("dma-buf: Rename struct fence to dma_fence")
Fixes: 2e26ca7150a4f ("tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header")
Fixes: e543002f77f46 ("qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs")
Fixes: 95f295f9fe081 ("dmaengine: tegra: add tracepoints to driver")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/trace/events/dma_fence.h
include/trace/events/napi.h
include/trace/events/qdisc.h
include/trace/events/tegra_apb_dma.h