There are to much warning/error noise in kvm_main.c when gernerating and checking new patches. This patch series fix most of these warnings and errors to reduce possible noise. Change in v2: - Accept Thomas Huth's advice of using pr_info instead of printk to avoid exceeding the 80 columns limit. Xiubo Li (9): Fix WARNING: quoted string split across lines in kvm_main.c Fix WARNINGs for 'sizeof(X)' instead of 'sizeof X' in kvm_main.c Fix WARNING: labels should not be indented in kvm_main.c Fix ERROR:do not initialise statics to 0 or NULL in kvm_main.c Fix WARNING:EXPORT_SYMBOL(x) should immediately.. in kvm_main.c Fix WARNINGs:Missing blank line after declarationgs in kvm_main.c Fix WARNINGs:please, no space before tabs in kvm_main.c Fix ERROR & WARNING for better alignment in kvm_main.c Fix WARNINGs about using printk drectly in kvm_main.c virt/kvm/kvm_main.c | 75 +++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 37 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html