Re: [XEN PATCH v3 3/3] xen: fix violations of MISRA C:2012 Rule 3.1

2023-07-06 Thread Jan Beulich
On 06.07.2023 10:23, Nicola Vetrini wrote: > On 04/07/23 17:57, Jan Beulich wrote: >> On 29.06.2023 21:20, Stefano Stabellini wrote: >>> On Thu, 29 Jun 2023, Luca Fancellu wrote: > On 29 Jun 2023, at 11:06, Nicola Vetrini > wrote: > --- a/xen/common/xmalloc_tlsf.c > +++ b/xen/comm

Re: [XEN PATCH v3 3/3] xen: fix violations of MISRA C:2012 Rule 3.1

2023-07-06 Thread Nicola Vetrini
On 04/07/23 17:57, Jan Beulich wrote: On 29.06.2023 21:20, Stefano Stabellini wrote: On Thu, 29 Jun 2023, Luca Fancellu wrote: On 29 Jun 2023, at 11:06, Nicola Vetrini wrote: --- a/xen/common/xmalloc_tlsf.c +++ b/xen/common/xmalloc_tlsf.c @@ -140,9 +140,7 @@ static inline void MAPPING_SEARC

Re: [XEN PATCH v3 3/3] xen: fix violations of MISRA C:2012 Rule 3.1

2023-07-04 Thread Jan Beulich
On 29.06.2023 21:20, Stefano Stabellini wrote: > On Thu, 29 Jun 2023, Luca Fancellu wrote: >>> On 29 Jun 2023, at 11:06, Nicola Vetrini wrote: >>> --- a/xen/common/xmalloc_tlsf.c >>> +++ b/xen/common/xmalloc_tlsf.c >>> @@ -140,9 +140,7 @@ static inline void MAPPING_SEARCH(unsigned long *r, int >>

Re: [XEN PATCH v3 3/3] xen: fix violations of MISRA C:2012 Rule 3.1

2023-06-29 Thread Luca Fancellu
> On 29 Jun 2023, at 20:20, Stefano Stabellini wrote: > > On Thu, 29 Jun 2023, Luca Fancellu wrote: >>> On 29 Jun 2023, at 11:06, Nicola Vetrini wrote: >>> >>> In the files modified by this patch there are a few occurrences of nested >>> '//' >>> character sequences inside C-style comment bl

Re: [XEN PATCH v3 3/3] xen: fix violations of MISRA C:2012 Rule 3.1

2023-06-29 Thread Stefano Stabellini
On Thu, 29 Jun 2023, Luca Fancellu wrote: > > On 29 Jun 2023, at 11:06, Nicola Vetrini wrote: > > > > In the files modified by this patch there are a few occurrences of nested > > '//' > > character sequences inside C-style comment blocks, which violate Rule 3.1. > > The patch aims to resolve th

Re: [XEN PATCH v3 3/3] xen: fix violations of MISRA C:2012 Rule 3.1

2023-06-29 Thread Luca Fancellu
> On 29 Jun 2023, at 11:06, Nicola Vetrini wrote: > > In the files modified by this patch there are a few occurrences of nested '//' > character sequences inside C-style comment blocks, which violate Rule 3.1. > The patch aims to resolve those by removing the nested comments. > > In the file '