Message ID | 20230601152026.1182648-3-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | be7d0c78aa4ad9547ed7b738398cb7bb3234b7d8 |
Headers | show |
Series | None | expand |
On 1.06.2023 17:20, Krzysztof Kozlowski wrote: > Correct typo: Tehcnologies->Technologies. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > drivers/pinctrl/qcom/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig > index 9f957d16cd68..b03a62ecdc07 100644 > --- a/drivers/pinctrl/qcom/Kconfig > +++ b/drivers/pinctrl/qcom/Kconfig > @@ -270,7 +270,7 @@ config PINCTRL_QCOM_SSBI_PMIC > devices are pm8058 and pm8921. > > config PINCTRL_QDU1000 > - tristate "Qualcomm Tehcnologies Inc QDU1000/QRU1000 pin controller driver" > + tristate "Qualcomm Technologies Inc QDU1000/QRU1000 pin controller driver" > depends on GPIOLIB && OF > depends on ARM64 || COMPILE_TEST > depends on PINCTRL_MSM
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 9f957d16cd68..b03a62ecdc07 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -270,7 +270,7 @@ config PINCTRL_QCOM_SSBI_PMIC devices are pm8058 and pm8921. config PINCTRL_QDU1000 - tristate "Qualcomm Tehcnologies Inc QDU1000/QRU1000 pin controller driver" + tristate "Qualcomm Technologies Inc QDU1000/QRU1000 pin controller driver" depends on GPIOLIB && OF depends on ARM64 || COMPILE_TEST depends on PINCTRL_MSM
Correct typo: Tehcnologies->Technologies. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- drivers/pinctrl/qcom/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)