Re: [PATCH] KVM: x86: MMU: make array audit_point_name static

2017-12-04 Thread David Hildenbrand
On 30.11.2017 13:04, Colin King wrote: > From: Colin Ian King > > 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.

Re: [PATCH] KVM: x86: MMU: make array audit_point_name static

2017-11-30 Thread Paolo Bonzini
On 30/11/2017 13:04, Colin King wrote: > From: Colin Ian King > > 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.