From: Andy Shevchenko Date: Thu, 29 Oct 2020 11:17:28 +0000 (+0200) Subject: pinctrl: intel: Add blank line before endif in Kconfig X-Git-Tag: microblaze-v5.12~100^2~19^2~9 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=4670abbb298ed72be4d020d44f494deca21bff1e;p=linux-2.6-microblaze.git pinctrl: intel: Add blank line before endif in Kconfig Add a blank line before endif directive in Kconfig for better readability. Signed-off-by: Andy Shevchenko Acked-by: Mika Westerberg --- diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig index 24a6fbcfbfc1..44b66bfe5021 100644 --- a/drivers/pinctrl/intel/Kconfig +++ b/drivers/pinctrl/intel/Kconfig @@ -151,4 +151,5 @@ config PINCTRL_TIGERLAKE help This pinctrl driver provides an interface that allows configuring of Intel Tiger Lake PCH pins and using them as GPIOs. + endif