Re:Re: [PATCH] linux/trace_events.h: Remove duplicate struct declaration

2021-03-29 Thread 万家兵
>On Tue, 30 Mar 2021 09:55:17 +0800>Wan Jiabing wrote: > >> struct trace_array is declared twice. One has been declared >> at forward struct declaration. Remove the duplicate. >> And sort these forward declarations alphabetically. > >Um, no that's not how we sort things. > >> >> Signed-off-by:

Re: [PATCH] linux/trace_events.h: Remove duplicate struct declaration

2021-03-29 Thread Steven Rostedt
On Tue, 30 Mar 2021 09:55:17 +0800 Wan Jiabing wrote: > struct trace_array is declared twice. One has been declared > at forward struct declaration. Remove the duplicate. > And sort these forward declarations alphabetically. Um, no that's not how we sort things. > > Signed-off-by: Wan Jiabing

[PATCH] linux/trace_events.h: Remove duplicate struct declaration

2021-03-29 Thread Wan Jiabing
struct trace_array is declared twice. One has been declared at forward struct declaration. Remove the duplicate. And sort these forward declarations alphabetically. Signed-off-by: Wan Jiabing --- include/linux/trace_events.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff