commit | 0d37d26f11bc1c0085d0c89ba603e3bb2c7f7076 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Nov 30 12:04:22 2017 +0000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 14 09:26:41 2017 +0100 |
tree | d37cc48038defa16e7f65ec241cad25cdcced6ac | |
parent | 858ac87fc2ff7be8fedfa8dd2ba47627068c2eae [diff] |
KVM: x86: MMU: make array audit_point_name static The array audit_point_name is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: arch/x86/kvm/mmu_audit.c:22:12: warning: symbol 'audit_point_name' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>