On Mon, Feb 03, 2020 at 03:09:09PM -0800, Ben Gardon wrote:
There are several functions which pass an access permission mask for SPTEs as an unsigned. This works, but checkpatch complains about it. Switch the occurrences of unsigned to unsigned int to satisfy checkpatch.
No functional change expected.
Tested by running kvm-unit-tests on an Intel Haswell machine. This commit introduced no new failures.
This commit can be viewed in Gerrit at: https://linux-review.googlesource.com/c/virt/kvm/kvm/+/2358
Signed-off-by: Ben Gardon bgardon@google.com Reviewed-by: Oliver Upton oupton@google.com
Reviewed-by: Peter Xu peterx@redhat.com