summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/shpchp_ctrl.c
diff options
context:
space:
mode:
authorQuentin Lambert2014-09-07 20:02:04 +0200
committerBjorn Helgaas2014-09-24 15:43:03 +0200
commit382a9c9adc1cd540f5b714b65db315fc1c0b553d (patch)
tree37a06f5cdfcaa4043bc034d0386b16798b73c2a6 /drivers/pci/hotplug/shpchp_ctrl.c
parentLinux 3.17-rc2 (diff)
downloadkernel-qcow2-linux-382a9c9adc1cd540f5b714b65db315fc1c0b553d.tar.gz
kernel-qcow2-linux-382a9c9adc1cd540f5b714b65db315fc1c0b553d.tar.xz
kernel-qcow2-linux-382a9c9adc1cd540f5b714b65db315fc1c0b553d.zip
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.c2
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)
ctrl_dbg(ctrl, "%s: p_slot->pwr_save %x\n", __func__, p_slot->pwr_save);
p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
- if(((p_slot->ctrl->pci_dev->vendor == PCI_VENDOR_ID_AMD) ||
+ if (((p_slot->ctrl->pci_dev->vendor == PCI_VENDOR_ID_AMD) ||
(p_slot->ctrl->pci_dev->device == PCI_DEVICE_ID_AMD_POGO_7458))
&& p_slot->ctrl->num_slots == 1) {
/* handle amd pogo errata; this must be done before enable */