summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXiubo Li <lixiubo@cmss.chinamobile.com>2015-02-26 07:58:21 +0100
committerMarcelo Tosatti <mtosatti@redhat.com>2015-03-10 14:37:44 +0100
commitf4fee93270abbf862aab268111ac1e12934130c4 (patch)
treeb96f1ad744176c727bd08ca63fd4e61c98f20c83 /.gitignore
parentKVM: Fix WARNING: labels should not be indented in kvm_main.c (diff)
downloadlinux-f4fee93270abbf862aab268111ac1e12934130c4.tar.xz
linux-f4fee93270abbf862aab268111ac1e12934130c4.zip
KVM: Fix ERROR: do not initialise statics to 0 or NULL in kvm_main.c
ERROR: do not initialise statics to 0 or NULL +static int kvm_usage_count = 0; The kvm_usage_count will be placed to .bss segment when linking, so not need to set it to 0 here obviously. This patch fixes this ERROR to reduce noise when checking new patches in kvm_main.c. Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions