[U-Boot] [PATCH 2/4] pci: kconfig: fix spelling in description

Marcel Ziswiler marcel at ziswiler.com
Mon Dec 19 15:38:05 CET 2016


From: Marcel Ziswiler <marcel.ziswiler at toradex.com>

Fix 'driver model' rather than 'driver mode' in description.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
---

 drivers/pci/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index ff2c370..275b29b 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -9,7 +9,7 @@ menuconfig PCI
 if PCI
 
 config DM_PCI
-	bool "Enable driver mode for PCI"
+	bool "Enable driver model for PCI"
 	depends on DM
 	help
 	  Use driver model for PCI. Driver model is the new method for
-- 
2.9.3



More information about the U-Boot mailing list