KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
authorThomas Huth <thuth@redhat.com>
Wed, 8 Feb 2023 14:01:01 +0000 (15:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Mar 2023 14:18:06 +0000 (10:18 -0400)
commit71fb165e23e3b66e68ca7baab6c317c2663c32d5
treec65dcb624d4c7dc447e1bfdf2b407291a3f8f16d
parent67c48662e2b5539f0ba3d4151f4e7e84c9871324
KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()

These two functions only return normal integers, so it does not
make sense to declare the return type as "long" here.

Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230208140105.655814-3-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/s390/kvm/kvm-s390.c