xen/domain: Use unsigned int instead of plain unsigned
authorMichal Orzel <michal.orzel@arm.com>
Tue, 28 Jun 2022 15:23:09 +0000 (17:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 28 Jun 2022 15:23:09 +0000 (17:23 +0200)
commit056cb4c360a029de00a742c17854e18b2adf70d3
treef382ec836f03a7a3cc5f02f5b5392255d0bd4588
parent05fb789e83b1404c786d63350df4cc25b1898292
xen/domain: Use unsigned int instead of plain unsigned

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 <michal.orzel@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/domain.c
xen/include/xen/domain.h