x86/pci/mrst: Cleanup checkpatch.pl warnings
authorValentina Manea <valentina.manea.m@gmail.com>
Mon, 15 Jul 2013 07:40:48 +0000 (10:40 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Jul 2013 18:18:41 +0000 (12:18 -0600)
commit7cc24e12bd0ee011caa840c1324f613f00d3fc27
treecb26fbb6e75c9a2e6522e8baafddfeee2ea95c32
parentd47af0bcc1d6b0f10ffb7af41d216e4d7710afc2
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 <valentina.manea.m@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
arch/x86/pci/mrst.c
This page took 0.024702 seconds and 5 git commands to generate.