Re: [PATCH] NTB: fix IDT Kconfig typos/spellos

From: Jon Mason
Date: Mon Sep 23 2019 - 18:12:43 EST


On Wed, Sep 18, 2019 at 1:58 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> Fix typos in drivers/ntb/hw/idt/Kconfig.
> Use consistent spelling and capitalization.
>
> Fixes: bf2a952d31d2 ("NTB: Add IDT 89HPESxNTx PCIe-switches support")
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Jon Mason <jdmason@xxxxxxxx>
> Cc: Dave Jiang <dave.jiang@xxxxxxxxx>
> Cc: Allen Hubbe <allenbh@xxxxxxxxx>
> Cc: Serge Semin <fancer.lancer@xxxxxxxxx>
> Cc: linux-ntb@xxxxxxxxxxxxxxxx

Pulled into the ntb branch.

Thanks,
Jon

> ---
> drivers/ntb/hw/idt/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> --- lnx-53.orig/drivers/ntb/hw/idt/Kconfig
> +++ lnx-53/drivers/ntb/hw/idt/Kconfig
> @@ -4,11 +4,11 @@ config NTB_IDT
> depends on PCI
> select HWMON
> help
> - This driver supports NTB of cappable IDT PCIe-switches.
> + This driver supports NTB of capable IDT PCIe-switches.
>
> Some of the pre-initializations must be made before IDT PCIe-switch
> - exposes it NT-functions correctly. It should be done by either proper
> - initialisation of EEPROM connected to master smbus of the switch or
> + exposes its NT-functions correctly. It should be done by either proper
> + initialization of EEPROM connected to master SMbus of the switch or
> by BIOS using slave-SMBus interface changing corresponding registers
> value. Evidently it must be done before PCI bus enumeration is
> finished in Linux kernel.
>
>