Skip to content

Commit 2759ddf

Browse files
ShunsukeMieLorenzo Pieralisi
authored andcommitted
PCI: endpoint: Fix Kconfig indent style
Change to follow the Kconfig style guide. This patch fixes to use tab rather than space to indent, while help text is indented an additional two spaces. Link: https://lore.kernel.org/r/[email protected] Fixes: e35f56b ("PCI: endpoint: Support NTB transfer between RC and EP") Signed-off-by: Shunsuke Mie <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]>
1 parent 6acd25c commit 2759ddf

File tree

1 file changed

+9
-9
lines changed
  • drivers/pci/endpoint/functions

1 file changed

+9
-9
lines changed

drivers/pci/endpoint/functions/Kconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ config PCI_EPF_NTB
2727
If in doubt, say "N" to disable Endpoint NTB driver.
2828

2929
config PCI_EPF_VNTB
30-
tristate "PCI Endpoint NTB driver"
31-
depends on PCI_ENDPOINT
32-
depends on NTB
33-
select CONFIGFS_FS
34-
help
35-
Select this configuration option to enable the Non-Transparent
36-
Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
37-
between PCI Root Port and PCIe Endpoint.
30+
tristate "PCI Endpoint NTB driver"
31+
depends on PCI_ENDPOINT
32+
depends on NTB
33+
select CONFIGFS_FS
34+
help
35+
Select this configuration option to enable the Non-Transparent
36+
Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
37+
between PCI Root Port and PCIe Endpoint.
3838

39-
If in doubt, say "N" to disable Endpoint NTB driver.
39+
If in doubt, say "N" to disable Endpoint NTB driver.

0 commit comments

Comments
 (0)