From patchwork Fri Oct 6 10:37:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 822349 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3y7mL6312cz9sRq for ; Fri, 6 Oct 2017 21:37:34 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752117AbdJFKhc (ORCPT ); Fri, 6 Oct 2017 06:37:32 -0400 Received: from sauhun.de ([88.99.104.3]:42778 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369AbdJFKh2 (ORCPT ); Fri, 6 Oct 2017 06:37:28 -0400 Received: from localhost (p54B335EC.dip0.t-ipconnect.de [84.179.53.236]) by pokefinder.org (Postfix) with ESMTPSA id 14E5C2C3967; Fri, 6 Oct 2017 12:37:27 +0200 (CEST) From: Wolfram Sang To: linux-gpio@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven , Wolfram Sang Subject: [PATCH] pinctrl: sh-pfc: r8a7795: add newlines for better diff view Date: Fri, 6 Oct 2017 12:37:25 +0200 Message-Id: <20171006103725.13804-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Be consistent with the newlines after structs. This makes diffs a lot easier to parse when comparing with other SoCs/versions. Signed-off-by: Wolfram Sang --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index ccfc96c4d28c3d..105b564e39c1b2 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c @@ -1678,6 +1678,7 @@ static const unsigned int audio_clkout2_b_pins[] = { static const unsigned int audio_clkout2_b_mux[] = { AUDIO_CLKOUT2_B_MARK, }; + static const unsigned int audio_clkout3_a_pins[] = { /* CLKOUT3 */ RCAR_GP_PIN(5, 19), @@ -2967,6 +2968,7 @@ static const unsigned int msiof3_rxd_d_pins[] = { static const unsigned int msiof3_rxd_d_mux[] = { MSIOF3_RXD_D_MARK, }; + static const unsigned int msiof3_clk_e_pins[] = { /* SCK */ RCAR_GP_PIN(2, 3),