Commit 861fefbf authored by Alex Chiang's avatar Alex Chiang Committed by Jesse Barnes

PCI Hotplug: cpqphp: stray whitespace cleanups

Clean up all stray whitespace issues, such as trailing whitespace,
spaces before tabs, etc. and whatever else vim's c_space_errors
highlights in red.
Signed-off-by: default avatarAlex Chiang <achiang@hp.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent d09ee968
...@@ -1291,7 +1291,6 @@ err_disable_device: ...@@ -1291,7 +1291,6 @@ err_disable_device:
return rc; return rc;
} }
static int one_time_init(void) static int one_time_init(void)
{ {
int loop; int loop;
...@@ -1361,7 +1360,6 @@ error: ...@@ -1361,7 +1360,6 @@ error:
return retval; return retval;
} }
static void __exit unload_cpqphpd(void) static void __exit unload_cpqphpd(void)
{ {
struct pci_func *next; struct pci_func *next;
...@@ -1475,8 +1473,6 @@ static void __exit unload_cpqphpd(void) ...@@ -1475,8 +1473,6 @@ static void __exit unload_cpqphpd(void)
iounmap(smbios_start); iounmap(smbios_start);
} }
static struct pci_device_id hpcd_pci_tbl[] = { static struct pci_device_id hpcd_pci_tbl[] = {
{ {
/* handle any PCI Hotplug controller */ /* handle any PCI Hotplug controller */
...@@ -1494,8 +1490,6 @@ static struct pci_device_id hpcd_pci_tbl[] = { ...@@ -1494,8 +1490,6 @@ static struct pci_device_id hpcd_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, hpcd_pci_tbl); MODULE_DEVICE_TABLE(pci, hpcd_pci_tbl);
static struct pci_driver cpqhpc_driver = { static struct pci_driver cpqhpc_driver = {
.name = "compaq_pci_hotplug", .name = "compaq_pci_hotplug",
.id_table = hpcd_pci_tbl, .id_table = hpcd_pci_tbl,
...@@ -1503,8 +1497,6 @@ static struct pci_driver cpqhpc_driver = { ...@@ -1503,8 +1497,6 @@ static struct pci_driver cpqhpc_driver = {
/* remove: cpqhpc_remove_one, */ /* remove: cpqhpc_remove_one, */
}; };
static int __init cpqhpc_init(void) static int __init cpqhpc_init(void)
{ {
int result; int result;
...@@ -1518,7 +1510,6 @@ static int __init cpqhpc_init(void) ...@@ -1518,7 +1510,6 @@ static int __init cpqhpc_init(void)
return result; return result;
} }
static void __exit cpqhpc_cleanup(void) static void __exit cpqhpc_cleanup(void)
{ {
dbg("unload_cpqphpd()\n"); dbg("unload_cpqphpd()\n");
...@@ -1529,8 +1520,5 @@ static void __exit cpqhpc_cleanup(void) ...@@ -1529,8 +1520,5 @@ static void __exit cpqhpc_cleanup(void)
cpqhp_shutdown_debugfs(); cpqhp_shutdown_debugfs();
} }
module_init(cpqhpc_init); module_init(cpqhpc_init);
module_exit(cpqhpc_cleanup); module_exit(cpqhpc_cleanup);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment