[XEN PATCH v3] xen/hypercalls: address violations of MISRA C:2012 Rule 8.3

2023-09-21 Thread Federico Serafini
Make function declarations and definitions consistent. No functional change. Signed-off-by: Federico Serafini --- Changes in v3: - removed changes involving types with fixed/unfixed width; - uniformed parameter names of compat_memory_op() with {do,hvm}_memory_op(). --- Changes in v2: - change com

Re: [XEN PATCH v3] xen/hypercalls: address violations of MISRA C:2012 Rule 8.3

2023-09-21 Thread Stefano Stabellini
On Thu, 21 Sep 2023, Federico Serafini wrote: > Make function declarations and definitions consistent. > No functional change. > > Signed-off-by: Federico Serafini Reviewed-by: Stefano Stabellini

Re: [XEN PATCH v3] xen/hypercalls: address violations of MISRA C:2012 Rule 8.3

2023-09-25 Thread Henry Wang
Hi, > On Sep 22, 2023, at 06:33, Stefano Stabellini wrote: > > On Thu, 21 Sep 2023, Federico Serafini wrote: >> Make function declarations and definitions consistent. >> No functional change. >> >> Signed-off-by: Federico Serafini > > Reviewed-by: Stefano Stabellini Release-acked-by: Henry