Re: [PATCH net-next 06/11] net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only

From: David Miller
Date: Fri Mar 13 2020 - 23:50:08 EST


From: Grygorii Strashko <grygorii.strashko@xxxxxx>
Date: Sat, 14 Mar 2020 00:49:09 +0200

> +static void cpts_process_events(struct cpts *cpts)
> +{
> + struct list_head *this, *next;
> + struct cpts_event *event;
> + unsigned long flags;
> + LIST_HEAD(events);
> + LIST_HEAD(events_free);

Please use reverse christmas tree ordering here.

Thank you.