On Fri, 4 Aug 2023, Nicola Vetrini wrote: > > - _mic = x86_mcinfo_next(_mic); \ > > + mic_ = x86_mcinfo_next(mic_); \ > > } \ > > - (_ret) = found ? _mic : NULL; \ > > + (ret) = found_ ? mic_ : NULL; \ > > } while (0) > > > > > > -- > > 2.34.1 > > Stray blanks here, sorry.
Aside from the stray blanks: Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>