diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2007-08-09 19:09:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 18:03:14 -0400 |
commit | a073a8267400be2bd8acf808a45bc3ab01cf1b20 (patch) | |
tree | 802e831e13207c0c26762a4cd231a0522da68c1d /drivers/pci | |
parent | 71ad556dadcd303b4d32e9b890dcf1ccfbe9aeb3 (diff) |
pciehp: remove trailing whitespace from pciehp_core.c
Remove trailing whitespaces from pciehp_core.c.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/pciehp_core.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c index 3d692a971218..6462ac3b405f 100644 --- a/drivers/pci/hotplug/pciehp_core.c +++ b/drivers/pci/hotplug/pciehp_core.c | |||
@@ -304,8 +304,8 @@ static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) | |||
304 | dbg("%s - physical_slot = %s\n", __FUNCTION__, hotplug_slot->name); | 304 | dbg("%s - physical_slot = %s\n", __FUNCTION__, hotplug_slot->name); |
305 | 305 | ||
306 | hotplug_slot->info->attention_status = status; | 306 | hotplug_slot->info->attention_status = status; |
307 | 307 | ||
308 | if (ATTN_LED(slot->ctrl->ctrlcap)) | 308 | if (ATTN_LED(slot->ctrl->ctrlcap)) |
309 | slot->hpc_ops->set_attention_status(slot, status); | 309 | slot->hpc_ops->set_attention_status(slot, status); |
310 | 310 | ||
311 | return 0; | 311 | return 0; |
@@ -405,7 +405,7 @@ static int get_max_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_spe | |||
405 | int retval; | 405 | int retval; |
406 | 406 | ||
407 | dbg("%s - physical_slot = %s\n", __FUNCTION__, hotplug_slot->name); | 407 | dbg("%s - physical_slot = %s\n", __FUNCTION__, hotplug_slot->name); |
408 | 408 | ||
409 | retval = slot->hpc_ops->get_max_bus_speed(slot, value); | 409 | retval = slot->hpc_ops->get_max_bus_speed(slot, value); |
410 | if (retval < 0) | 410 | if (retval < 0) |
411 | *value = PCI_SPEED_UNKNOWN; | 411 | *value = PCI_SPEED_UNKNOWN; |
@@ -419,7 +419,7 @@ static int get_cur_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_spe | |||
419 | int retval; | 419 | int retval; |
420 | 420 | ||
421 | dbg("%s - physical_slot = %s\n", __FUNCTION__, hotplug_slot->name); | 421 | dbg("%s - physical_slot = %s\n", __FUNCTION__, hotplug_slot->name); |
422 | 422 | ||
423 | retval = slot->hpc_ops->get_cur_bus_speed(slot, value); | 423 | retval = slot->hpc_ops->get_cur_bus_speed(slot, value); |
424 | if (retval < 0) | 424 | if (retval < 0) |
425 | *value = PCI_SPEED_UNKNOWN; | 425 | *value = PCI_SPEED_UNKNOWN; |
@@ -434,7 +434,7 @@ static int pciehp_probe(struct pcie_device *dev, const struct pcie_port_service_ | |||
434 | struct slot *t_slot; | 434 | struct slot *t_slot; |
435 | u8 value; | 435 | u8 value; |
436 | struct pci_dev *pdev; | 436 | struct pci_dev *pdev; |
437 | 437 | ||
438 | ctrl = kzalloc(sizeof(*ctrl), GFP_KERNEL); | 438 | ctrl = kzalloc(sizeof(*ctrl), GFP_KERNEL); |
439 | if (!ctrl) { | 439 | if (!ctrl) { |
440 | err("%s : out of memory\n", __FUNCTION__); | 440 | err("%s : out of memory\n", __FUNCTION__); |
@@ -502,23 +502,23 @@ static void pciehp_remove (struct pcie_device *dev) | |||
502 | #ifdef CONFIG_PM | 502 | #ifdef CONFIG_PM |
503 | static int pciehp_suspend (struct pcie_device *dev, pm_message_t state) | 503 | static int pciehp_suspend (struct pcie_device *dev, pm_message_t state) |
504 | { | 504 | { |
505 | printk("%s ENTRY\n", __FUNCTION__); | 505 | printk("%s ENTRY\n", __FUNCTION__); |
506 | return 0; | 506 | return 0; |
507 | } | 507 | } |
508 | 508 | ||
509 | static int pciehp_resume (struct pcie_device *dev) | 509 | static int pciehp_resume (struct pcie_device *dev) |
510 | { | 510 | { |
511 | printk("%s ENTRY\n", __FUNCTION__); | 511 | printk("%s ENTRY\n", __FUNCTION__); |
512 | return 0; | 512 | return 0; |
513 | } | 513 | } |
514 | #endif | 514 | #endif |
515 | 515 | ||
516 | static struct pcie_port_service_id port_pci_ids[] = { { | 516 | static struct pcie_port_service_id port_pci_ids[] = { { |
517 | .vendor = PCI_ANY_ID, | 517 | .vendor = PCI_ANY_ID, |
518 | .device = PCI_ANY_ID, | 518 | .device = PCI_ANY_ID, |
519 | .port_type = PCIE_ANY_PORT, | 519 | .port_type = PCIE_ANY_PORT, |
520 | .service_type = PCIE_PORT_SERVICE_HP, | 520 | .service_type = PCIE_PORT_SERVICE_HP, |
521 | .driver_data = 0, | 521 | .driver_data = 0, |
522 | }, { /* end: all zeroes */ } | 522 | }, { /* end: all zeroes */ } |
523 | }; | 523 | }; |
524 | static const char device_name[] = "hpdriver"; | 524 | static const char device_name[] = "hpdriver"; |