PCI: endpoint: Fix Kconfig indent style
authorShunsuke Mie <mie@igel.co.jp>
Mon, 15 Aug 2022 02:50:06 +0000 (11:50 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jul 2023 14:21:40 +0000 (16:21 +0200)
commit38b64bdb72e053627ae9135807de1b05b21efef8
tree8bcbff43c1f5f63139d0dbbd1bfac0b4c372834b
parent4e6c406ccb6fd5b22a9182306822da80aa0ea106
PCI: endpoint: Fix Kconfig indent style

[ Upstream commit 2759ddf7535d63381f9b9b1412e4c46e13ed773a ]

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/20220815025006.48167-1-mie@igel.co.jp
Fixes: e35f56bb0330 ("PCI: endpoint: Support NTB transfer between RC and EP")
Signed-off-by: Shunsuke Mie <mie@igel.co.jp>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Stable-dep-of: 37587673cda9 ("PCI: endpoint: Fix a Kconfig prompt of vNTB driver")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/endpoint/functions/Kconfig