From: Valentina Manea Date: Mon, 15 Jul 2013 07:40:48 +0000 (+0300) Subject: x86/pci/mrst: Cleanup checkpatch.pl warnings X-Git-Tag: v3.12-rc1~177^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc24e12bd0ee011caa840c1324f613f00d3fc27;p=pandora-kernel.git x86/pci/mrst: Cleanup checkpatch.pl warnings This patch fixes warning and errors found by checkpatch.pl: * replace asm/acpi.h, asm/io.h and asm/smp.h with linux/acpi.h, linux/io.h and linux/smp.h respectively * remove explicit initialization to 0 of a static global variable * replace printk(KERN_INFO ...) with pr_info * use tabs instead of spaces for indentation * arrange comments so that they adhere to Documentation/CodingStyle [bhelgaas: capitalize "PCI", "Langwell", "Lincroft" consistently] Signed-off-by: Valentina Manea Signed-off-by: Bjorn Helgaas Acked-by: Ingo Molnar --- Reading git-diff-tree failed