On Mon, 2019-03-18 at 02:45 -0700, Joe Perches wrote: > > -static void > > -print_circular_lock_scenario(struct held_lock *src, > > - struct held_lock *tgt, > > - struct lock_list *prt) > > +static void print_circular_lock_scenario(struct held_lock *src, > > + struct held_lock *tgt, > > + struct lock_list *prt) > > trivia: > > This style change seems superfluous as many > other existing functions use the previous style.
I share Joe's opinion. Bart.