Re: [PATCH] trace: fix header include guards

2019-07-24 Thread Steven Rostedt
On Sat, 20 Jul 2019 19:39:43 +0900 Masahiro Yamada wrote: > These include guards are broken. > > Match the #if !define() and #define lines so that they work correctly. Thanks, this all looks legit to me. I'll pull this in through my tree. -- Steve > > Signed-off-by: Masahiro Yamada > --- >

[PATCH] trace: fix header include guards

2019-07-20 Thread Masahiro Yamada
These include guards are broken. Match the #if !define() and #define lines so that they work correctly. Signed-off-by: Masahiro Yamada --- include/trace/events/dma_fence.h | 2 +- include/trace/events/napi.h | 4 ++-- include/trace/events/qdisc.h | 4 ++-- include/trace/ev