PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194
authorWesley Sheng <wesley.sheng@amd.com>
Thu, 31 Dec 2020 03:25:39 +0000 (11:25 +0800)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Mon, 22 Mar 2021 18:18:30 +0000 (18:18 +0000)
In config PCIE_TEGRA194_EP the mode incorrectly is referred to as
host mode. Fix it.

Link: https://lore.kernel.org/r/20201231032539.22322-1-wesley.sheng@amd.com
Signed-off-by: Wesley Sheng <wesley.sheng@amd.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Krzysztof WilczyƄski <kw@linux.com>
Acked-by: Vidya Sagar <vidyas@nvidia.com>
drivers/pci/controller/dwc/Kconfig

index 22c5529..c26572e 100644 (file)
@@ -280,7 +280,7 @@ config PCIE_TEGRA194_EP
        select PCIE_TEGRA194
        help
          Enables support for the PCIe controller in the NVIDIA Tegra194 SoC to
-         work in host mode. There are two instances of PCIe controllers in
+         work in endpoint mode. There are two instances of PCIe controllers in
          Tegra194. This controller can work either as EP or RC. In order to
          enable host-specific features PCIE_TEGRA194_HOST must be selected and
          in order to enable device-specific features PCIE_TEGRA194_EP must be