xen/common: Use unsigned int instead of plain unsigned
authorMichal Orzel <michal.orzel@arm.com>
Mon, 27 Jun 2022 13:15:39 +0000 (15:15 +0200)
committerJulien Grall <jgrall@amazon.com>
Tue, 5 Jul 2022 12:48:36 +0000 (13:48 +0100)
commit61ff2733221e3b5bae5f647d9a460c7a68a5ace8
treebd08fc308f2514a04fea1489f5b28364f52cb326
parent54d8f27d0477937e1f99a414fc1ffd93d184b38a
xen/common: 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>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/grant_table.c
xen/common/gunzip.c
xen/common/sched/cpupool.c
xen/common/trace.c