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.