]> Git Repo - linux.git/commitdiff
NTB: fix IDT Kconfig typos/spellos
authorRandy Dunlap <[email protected]>
Wed, 18 Sep 2019 20:58:31 +0000 (13:58 -0700)
committerJon Mason <[email protected]>
Mon, 23 Sep 2019 21:20:40 +0000 (17:20 -0400)
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 <[email protected]>
Cc: Dave Jiang <[email protected]>
Cc: Allen Hubbe <[email protected]>
Cc: Serge Semin <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
drivers/ntb/hw/idt/Kconfig

index bfc7cac94102ee4df4f97b4f68bdaa2640c099ce..c79b54c1747d4d16281cebd44542c3ec145e5c32 100644 (file)
@@ -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.
This page took 0.057101 seconds and 4 git commands to generate.