Re: [PATCH 3/7] xen/common: Use unsigned int instead of plain unsigned

2022-07-05 Thread Julien Grall
On 05/07/2022 13:07, Bertrand Marquis wrote: Hi Julien, Hi Bertrand, On 29 Jun 2022, at 11:52, Julien Grall wrote: Hi, On 29/06/2022 11:46, Michal Orzel wrote: On 27.06.2022 15:15, Michal Orzel wrote: This is just for the style and consistency reasons as the former is being used more

Re: [PATCH 3/7] xen/common: Use unsigned int instead of plain unsigned

2022-07-05 Thread Bertrand Marquis
Hi Julien, > On 29 Jun 2022, at 11:52, Julien Grall wrote: > > Hi, > > On 29/06/2022 11:46, Michal Orzel wrote: >> On 27.06.2022 15:15, Michal Orzel wrote: >>> This is just for the style and consistency reasons as the former is >>> being used more often than the latter. >>> >>> Signed-off-by:

Re: [PATCH 3/7] xen/common: Use unsigned int instead of plain unsigned

2022-06-29 Thread Julien Grall
Hi, On 29/06/2022 11:46, Michal Orzel wrote: On 27.06.2022 15:15, Michal Orzel wrote: This is just for the style and consistency reasons as the former is being used more often than the latter. Signed-off-by: Michal Orzel It looks like this change was forgotten when merging other patches

Re: [PATCH 3/7] xen/common: Use unsigned int instead of plain unsigned

2022-06-29 Thread Michal Orzel
On 27.06.2022 15:15, Michal Orzel wrote: > This is just for the style and consistency reasons as the former is > being used more often than the latter. > > Signed-off-by: Michal Orzel It looks like this change was forgotten when merging other patches from the series.

Re: [PATCH 3/7] xen/common: Use unsigned int instead of plain unsigned

2022-06-27 Thread Juergen Gross
On 27.06.22 15:15, Michal Orzel wrote: This is just for the style and consistency reasons as the former is being used more often than the latter. Signed-off-by: Michal Orzel Reviewed-by: Juergen Gross Juergen OpenPGP_0xB0DE9DD628BF132F.asc Description: OpenPGP public key

Re: [PATCH 3/7] xen/common: Use unsigned int instead of plain unsigned

2022-06-27 Thread Jan Beulich
On 27.06.2022 15:15, Michal Orzel wrote: > This is just for the style and consistency reasons as the former is > being used more often than the latter. > > Signed-off-by: Michal Orzel Acked-by: Jan Beulich

[PATCH 3/7] xen/common: Use unsigned int instead of plain unsigned

2022-06-27 Thread Michal Orzel
This is just for the style and consistency reasons as the former is being used more often than the latter. Signed-off-by: Michal Orzel --- xen/common/grant_table.c | 6 +++--- xen/common/gunzip.c| 8 xen/common/sched/cpupool.c | 4 ++-- xen/common/trace.c | 2 +- 4