From: Simon Glass Date: Sat, 29 Aug 2020 21:23:06 +0000 (-0600) Subject: x86: pinctrl: Fix 'relatove' typo X-Git-Tag: v2020.10~37^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a0cdeceecc4dca3954fa611ca45d7693c7b2c32;p=platform%2Fkernel%2Fu-boot.git x86: pinctrl: Fix 'relatove' typo Fix this typo in the Kconfig help. Suggested-by: Wolfgang Wallner Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig index 1acc5da..316a8fe 100644 --- a/drivers/pinctrl/intel/Kconfig +++ b/drivers/pinctrl/intel/Kconfig @@ -22,7 +22,7 @@ config INTEL_PINCTRL_MULTI_ACPI_DEVICES Enable this if the pinctrl devices are modelled as multiple, separate ACPI devices in the ACPI tables. If enabled, the ACPI devices match the U-Boot pinctrl devices and the pin 'offset' is - relatove to a particular pinctrl device. If disabled, there is a + relative to a particular pinctrl device. If disabled, there is a single ACPI pinctrl device which includes all U-Boot pinctrl devices and the pin 'offset' is in effect a global pin number.