Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+22 −34
Original line number Original line Diff line number Diff line
@@ -1291,7 +1291,6 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
	return rc;
	return rc;
}
}



static int one_time_init(void)
static int one_time_init(void)
{
{
	int loop;
	int loop;
@@ -1361,7 +1360,6 @@ static int one_time_init(void)
	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)
		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[] = {


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 = {
	/* 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)
	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)
	cpqhp_shutdown_debugfs();
	cpqhp_shutdown_debugfs();
}
}



module_init(cpqhpc_init);
module_init(cpqhpc_init);
module_exit(cpqhpc_cleanup);
module_exit(cpqhpc_cleanup);

+29 −29

File changed.

Contains only whitespace changes.

+43 −43

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.