Re: [PATCH] PCI: endpoint: Explain NTB in PCI_EPF_NTB help text

From: Kishon Vijay Abraham I
Date: Mon Feb 01 2021 - 14:53:56 EST


Hi Geert,

On 29/01/21 6:37 pm, Geert Uytterhoeven wrote:
> The help text for the PCI_EPF_NTB config symbol uses the acronym "NTB".
> However, this acronym is not explained there.
> Expand the acronym to make it easier for users to decide if they need to
> enable the PCI_EPF_NTB option or not.
>
> Fixes: 7dc64244f9e90b7b ("PCI: endpoint: Add EP function driver to provide NTB functionality")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Since I have to send the series one more time, I'll squash this in the
original patch and keep your signed-off-by.

Thanks
Kishon

> ---
> drivers/pci/endpoint/functions/Kconfig | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/pci/endpoint/functions/Kconfig b/drivers/pci/endpoint/functions/Kconfig
> index 24bfb2af65a10c42..ba1c7b8ab6df2f0c 100644
> --- a/drivers/pci/endpoint/functions/Kconfig
> +++ b/drivers/pci/endpoint/functions/Kconfig
> @@ -17,10 +17,10 @@ config PCI_EPF_NTB
> tristate "PCI Endpoint NTB driver"
> depends on PCI_ENDPOINT
> help
> - Select this configuration option to enable the NTB driver
> - for PCI Endpoint. NTB driver implements NTB controller
> - functionality using multiple PCIe endpoint instances. It
> - can support NTB endpoint function devices created using
> + Select this configuration option to enable the Non-Transparent
> + Bridge (NTB) driver for PCI Endpoint. NTB driver implements NTB
> + controller functionality using multiple PCIe endpoint instances.
> + It can support NTB endpoint function devices created using
> device tree.
>
> If in doubt, say "N" to disable Endpoint NTB driver.
>