Re: [RFC PATCH 2/3] misra: address rule 5.5 gnttab

2025-07-29 Thread Andrew Cooper
On 29/07/2025 10:24 pm, Dmytro Prokopchuk1 wrote: > Signed-off-by: Dmytro Prokopchuk > --- > xen/common/grant_table.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c > index cf131c43a1..9b8f0d87d3 100644 > ---

[RFC PATCH 2/3] misra: address rule 5.5 gnttab

2025-07-29 Thread Dmytro Prokopchuk1
Signed-off-by: Dmytro Prokopchuk --- xen/common/grant_table.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index cf131c43a1..9b8f0d87d3 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -12