Re: [XEN PATCH 4/7] x86/viridian: make build_assertions static

2023-11-30 Thread Stefano Stabellini
On Wed, 29 Nov 2023, Nicola Vetrini wrote: > This is consistent with other instances of the same function > and also resolves a violation of MISRA C:2012 Rule 8.4. > > No functional change. > > Signed-off-by: Nicola Vetrini Reviewed-by: Stefano Stabellini

[XEN PATCH 4/7] x86/viridian: make build_assertions static

2023-11-29 Thread Nicola Vetrini
This is consistent with other instances of the same function and also resolves a violation of MISRA C:2012 Rule 8.4. No functional change. Signed-off-by: Nicola Vetrini --- xen/arch/x86/hvm/viridian/synic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/vir