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:Re: [PATCH] amd: display: dc: struct dc_state is declared twice

2021-03-29 Thread
>On Sat, Mar 27, 2021 at 3:28 AM Wan Jiabing wrote: >> >> struct dc_state has been declared at 273rd line. >> Remove the duplicate. >> Delete duplicate blank lines. > >Can you split these into separate patches? > >Alex OK. But in fact, what I did is simple. The most important thing is removing