power: changed unsigned to unsigned int
authorMarko Kovacevic <marko.kovacevic@intel.com>
Tue, 12 Dec 2017 14:03:24 +0000 (14:03 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 11 Jan 2018 23:37:07 +0000 (00:37 +0100)
commit969e82ad81e9c20af18ed4427442a6fb09a3912e
tree5181663e123f2f0ef839adfc56fecd7fd8a4f57b
parent72e6d1b94bd7c173af0500369e5bc34be8e58ec1
power: changed unsigned to unsigned int

Since this patch-set attempts to clean up the power library,
and there are many instances of "unsigned" caught by checkpatch,
it was decided to clean these up first rather than have them included
in the later patches in the patch set. And would also minimise this
type of error being caught by checkpatch in the future

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
lib/librte_power/guest_channel.c
lib/librte_power/guest_channel.h
lib/librte_power/rte_power.c
lib/librte_power/rte_power.h
lib/librte_power/rte_power_acpi_cpufreq.c
lib/librte_power/rte_power_kvm_vm.c
lib/librte_power/rte_power_kvm_vm.h