]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pci/hotplug/sgi_hotplug.c
Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu
[karo-tx-linux.git] / drivers / pci / hotplug / sgi_hotplug.c
index c32fb786d48e3c76f37b25e4b422e5796e884acf..339bce0403dd6dadecd267f496d17f34b5ec7af6 100644 (file)
@@ -99,7 +99,7 @@ static ssize_t path_show(struct pci_slot *pci_slot, char *buf)
        if (!slot)
                return retval;
 
-       retval = sprintf (buf, "%s\n", slot->physical_path);
+       retval = sprintf(buf, "%s\n", slot->physical_path);
        return retval;
 }
 
@@ -313,7 +313,7 @@ static int sn_slot_disable(struct hotplug_slot *bss_hotplug_slot,
        }
 
        if ((action == PCI_REQ_SLOT_DISABLE) && rc) {
-               dev_dbg(&slot->pci_bus->self->dev,"remove failed rc = %d\n", rc);
+               dev_dbg(&slot->pci_bus->self->dev, "remove failed rc = %d\n", rc);
        }
 
        return rc;
@@ -488,7 +488,7 @@ static int disable_slot(struct hotplug_slot *bss_hotplug_slot)
 
        /* free the ACPI resources for the slot */
        if (SN_ACPI_BASE_SUPPORT() &&
-            PCI_CONTROLLER(slot->pci_bus)->companion) {
+               PCI_CONTROLLER(slot->pci_bus)->companion) {
                unsigned long long adr;
                struct acpi_device *device;
                acpi_handle phandle;