diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/Kconfig | 2 | ||||
-rw-r--r-- | drivers/video/tegra124/display.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index ff2c37006ed..275b29bc32e 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 diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c index d8999c3c682..28db96c9529 100644 --- a/drivers/video/tegra124/display.c +++ b/drivers/video/tegra124/display.c @@ -343,7 +343,7 @@ static int display_init(struct udevice *dev, void *lcdbase, /* * Before we probe the display device (eDP), tell it that this device - * is are the source of the display data. + * is the source of the display data. */ ret = uclass_find_first_device(UCLASS_DISPLAY, &dp_dev); if (ret) { |