Message ID | 20230601152026.1182648-2-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 01bceae21471bc70370fc4c76f858b1b66881e41 |
Headers | show |
Series | None | expand |
On 1.06.2023 17:20, Krzysztof Kozlowski wrote: > Use tab for correct Kconfig indentation. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > drivers/pinctrl/qcom/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig > index 28b19458b20d..9f957d16cd68 100644 > --- a/drivers/pinctrl/qcom/Kconfig > +++ b/drivers/pinctrl/qcom/Kconfig > @@ -245,7 +245,7 @@ config PINCTRL_QCOM_SPMI_PMIC > select PINMUX > select PINCONF > select GENERIC_PINCONF > - select GPIOLIB > + select GPIOLIB > select GPIOLIB_IRQCHIP > select IRQ_DOMAIN_HIERARCHY > help > @@ -260,7 +260,7 @@ config PINCTRL_QCOM_SSBI_PMIC > select PINMUX > select PINCONF > select GENERIC_PINCONF > - select GPIOLIB > + select GPIOLIB > select GPIOLIB_IRQCHIP > select IRQ_DOMAIN_HIERARCHY > help
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 28b19458b20d..9f957d16cd68 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -245,7 +245,7 @@ config PINCTRL_QCOM_SPMI_PMIC select PINMUX select PINCONF select GENERIC_PINCONF - select GPIOLIB + select GPIOLIB select GPIOLIB_IRQCHIP select IRQ_DOMAIN_HIERARCHY help @@ -260,7 +260,7 @@ config PINCTRL_QCOM_SSBI_PMIC select PINMUX select PINCONF select GENERIC_PINCONF - select GPIOLIB + select GPIOLIB select GPIOLIB_IRQCHIP select IRQ_DOMAIN_HIERARCHY help
Use tab for correct Kconfig indentation. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- drivers/pinctrl/qcom/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)