On 2018-08-01 09:19:42 [-0400], Steven Rostedt wrote: > I don't think we need to keep the do { } while with a single line. It > is now equivalent to the non-debug version of __set_current_state() > which is defined as: > > #define __set_current_state(state_value) \ > current->state = (state_value)
okay. > -- Steve Sebastian