diff options
author | Quentin Lambert <lambert.quentin@gmail.com> | 2014-09-07 14:02:04 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-09-24 09:43:03 -0400 |
commit | 382a9c9adc1cd540f5b714b65db315fc1c0b553d (patch) | |
tree | 37a06f5cdfcaa4043bc034d0386b16798b73c2a6 /drivers/pci/hotplug/shpchp_ctrl.c | |
parent | 52addcf9d6669fa439387610bc65c92fa0980cef (diff) |
PCI: Add space before open parenthesis
Add space before open parenthesis as is conventional.
No functional change.
[bhelgaas: fix a few more in ibmphp, shpchp]
Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/shpchp_ctrl.c')
-rw-r--r-- | drivers/pci/hotplug/shpchp_ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/shpchp_ctrl.c b/drivers/pci/hotplug/shpchp_ctrl.c index a81fb67ea9a1..764650b4de3f 100644 --- a/drivers/pci/hotplug/shpchp_ctrl.c +++ b/drivers/pci/hotplug/shpchp_ctrl.c | |||
@@ -595,7 +595,7 @@ static int shpchp_enable_slot (struct slot *p_slot) | |||
595 | ctrl_dbg(ctrl, "%s: p_slot->pwr_save %x\n", __func__, p_slot->pwr_save); | 595 | ctrl_dbg(ctrl, "%s: p_slot->pwr_save %x\n", __func__, p_slot->pwr_save); |
596 | p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); | 596 | p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); |
597 | 597 | ||
598 | if(((p_slot->ctrl->pci_dev->vendor == PCI_VENDOR_ID_AMD) || | 598 | if (((p_slot->ctrl->pci_dev->vendor == PCI_VENDOR_ID_AMD) || |
599 | (p_slot->ctrl->pci_dev->device == PCI_DEVICE_ID_AMD_POGO_7458)) | 599 | (p_slot->ctrl->pci_dev->device == PCI_DEVICE_ID_AMD_POGO_7458)) |
600 | && p_slot->ctrl->num_slots == 1) { | 600 | && p_slot->ctrl->num_slots == 1) { |
601 | /* handle amd pogo errata; this must be done before enable */ | 601 | /* handle amd pogo errata; this must be done before enable */ |