[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH 6/6] x86: refactor macros in 'xen-mca.h' to address MISRA C:2012 Rule 5.3
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 <sstabellini@xxxxxxxxxx>
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |