From patchwork Thu Oct 29 11:17:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 314899 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15406C2D0A3 for ; Thu, 29 Oct 2020 11:17:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B576F206E9 for ; Thu, 29 Oct 2020 11:17:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725774AbgJ2LRf (ORCPT ); Thu, 29 Oct 2020 07:17:35 -0400 Received: from mga03.intel.com ([134.134.136.65]:37724 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727468AbgJ2LRd (ORCPT ); Thu, 29 Oct 2020 07:17:33 -0400 IronPort-SDR: sryxUj1OFy/wT9KkR3xqrfAuAES8BAPJsUetZ2eEFD23q8E7vuPwHHsrA+vaBGv4XEOyBcwKsC HbJDGi+pf04A== X-IronPort-AV: E=McAfee;i="6000,8403,9788"; a="168514049" X-IronPort-AV: E=Sophos;i="5.77,429,1596524400"; d="scan'208";a="168514049" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 04:17:31 -0700 IronPort-SDR: QwMMVjFf+VsEdVA/DtGUc4tcodVczIMmzVMs2JuTIw0pCVNHIMCgvdk2Xeuh7SB6wbu0e8Mx7s 37Dqhu3Ao+NA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,429,1596524400"; d="scan'208";a="304403615" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga008.fm.intel.com with ESMTP; 29 Oct 2020 04:17:30 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 2ACA8567; Thu, 29 Oct 2020 13:17:28 +0200 (EET) From: Andy Shevchenko To: Mika Westerberg , linux-gpio@vger.kernel.org, Linus Walleij Cc: Andy Shevchenko Subject: [PATCH v1] pinctrl: intel: Add blank line before endif in Kconfig Date: Thu, 29 Oct 2020 13:17:28 +0200 Message-Id: <20201029111728.70196-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add a blank line before endif directive in Kconfig for better readability. Signed-off-by: Andy Shevchenko Acked-by: Mika Westerberg --- drivers/pinctrl/intel/Kconfig | 1 + 1 file changed, 1 insertion(+) 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