diff mbox series

[v1] pinctrl: intel: Add blank line before endif in Kconfig

Message ID 20201029111728.70196-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1] pinctrl: intel: Add blank line before endif in Kconfig | expand

Commit Message

Andy Shevchenko Oct. 29, 2020, 11:17 a.m. UTC
Add a blank line before endif directive in Kconfig for better readability.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/intel/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Mika Westerberg Oct. 29, 2020, 1:14 p.m. UTC | #1
On Thu, Oct 29, 2020 at 01:17:28PM +0200, Andy Shevchenko wrote:
> Add a blank line before endif directive in Kconfig for better readability.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Andy Shevchenko Oct. 29, 2020, 2:34 p.m. UTC | #2
On Thu, Oct 29, 2020 at 03:14:45PM +0200, Mika Westerberg wrote:
> On Thu, Oct 29, 2020 at 01:17:28PM +0200, Andy Shevchenko wrote:
> > Add a blank line before endif directive in Kconfig for better readability.
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Pushed to my review and testing queue, thanks!
diff mbox series

Patch

diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig
index 015f59df4d38..c619097c25b9 100644
--- a/drivers/pinctrl/intel/Kconfig
+++ b/drivers/pinctrl/intel/Kconfig
@@ -174,4 +174,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