]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: Tidy the whitespace in nested_svm_check_permissions()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 18 May 2017 07:39:53 +0000 (10:39 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Jun 2017 09:23:11 +0000 (11:23 +0200)
commite9196cebbe41559d2c485f004b3db869ba34ba29
tree267c4518aeeb63de1b7b3b03ea06e68af97a062a
parent47a66eed99e6f231f4a1d261a9d493f4eee94829
KVM: Tidy the whitespace in nested_svm_check_permissions()

I moved the || to the line before.  Also I replaced some spaces with a
tab on the "return 0;" line.  It looks OK in the diff but originally
that line was only indented 7 spaces.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/svm.c