Skip to content

Commit 36533f3

Browse files
krzkbjorn-helgaas
authored andcommitted
PCI: Fix indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig [bhelgaas: do same in vmd.c] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 9d09e5a commit 36533f3

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

drivers/pci/Kconfig

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ config PCI_PF_STUB
106106
When in doubt, say N.
107107

108108
config XEN_PCIDEV_FRONTEND
109-
tristate "Xen PCI Frontend"
110-
depends on X86 && XEN
111-
select PCI_XEN
109+
tristate "Xen PCI Frontend"
110+
depends on X86 && XEN
111+
select PCI_XEN
112112
select XEN_XENBUS_FRONTEND
113-
default y
114-
help
115-
The PCI device frontend driver allows the kernel to import arbitrary
116-
PCI devices from a PCI backend to support PCI driver domains.
113+
default y
114+
help
115+
The PCI device frontend driver allows the kernel to import arbitrary
116+
PCI devices from a PCI backend to support PCI driver domains.
117117

118118
config PCI_ATS
119119
bool
@@ -180,12 +180,12 @@ config PCI_LABEL
180180
select NLS
181181

182182
config PCI_HYPERV
183-
tristate "Hyper-V PCI Frontend"
184-
depends on X86_64 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && SYSFS
183+
tristate "Hyper-V PCI Frontend"
184+
depends on X86_64 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && SYSFS
185185
select PCI_HYPERV_INTERFACE
186-
help
187-
The PCI device frontend driver allows the kernel to import arbitrary
188-
PCI devices from a PCI backend to support PCI driver domains.
186+
help
187+
The PCI device frontend driver allows the kernel to import arbitrary
188+
PCI devices from a PCI backend to support PCI driver domains.
189189

190190
source "drivers/pci/hotplug/Kconfig"
191191
source "drivers/pci/controller/Kconfig"

drivers/pci/controller/dwc/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ config PCIE_DW
77
bool
88

99
config PCIE_DW_HOST
10-
bool
10+
bool
1111
depends on PCI_MSI_IRQ_DOMAIN
12-
select PCIE_DW
12+
select PCIE_DW
1313

1414
config PCIE_DW_EP
1515
bool
@@ -224,7 +224,7 @@ config PCIE_HISI_STB
224224
depends on PCI_MSI_IRQ_DOMAIN
225225
select PCIE_DW_HOST
226226
help
227-
Say Y here if you want PCIe controller support on HiSilicon STB SoCs
227+
Say Y here if you want PCIe controller support on HiSilicon STB SoCs
228228

229229
config PCI_MESON
230230
bool "MESON PCIe controller"

drivers/pci/controller/vmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ static int vmd_suspend(struct device *dev)
823823
int i;
824824

825825
for (i = 0; i < vmd->msix_count; i++)
826-
devm_free_irq(dev, pci_irq_vector(pdev, i), &vmd->irqs[i]);
826+
devm_free_irq(dev, pci_irq_vector(pdev, i), &vmd->irqs[i]);
827827

828828
pci_save_state(pdev);
829829
return 0;

drivers/pci/hotplug/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ config HOTPLUG_PCI_CPCI_ZT5550
8383
depends on HOTPLUG_PCI_CPCI && X86
8484
help
8585
Say Y here if you have an Performance Technologies (formerly Intel,
86-
formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
86+
formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
8787

8888
To compile this driver as a module, choose M here: the
8989
module will be called cpcihp_zt5550.

0 commit comments

Comments
 (0)