PCI: Fix indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:40:36 +0000 (21:40 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 21 Nov 2019 21:06:47 +0000 (15:06 -0600)
commit36533f355b1ad14ec4352f7e254a5bfd4f4923d5
tree1eec2ccdd6e057f1edc6a45d9ce8560debfdcd08
parent9d09e5a95c54d2b0cbb4ae00929edbcadc847c7f
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/20191120134036.14502-1-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/Kconfig
drivers/pci/controller/dwc/Kconfig
drivers/pci/controller/vmd.c
drivers/pci/hotplug/Kconfig