From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 87FB3C6FA82 for ; Mon, 5 Sep 2022 02:41:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eO3KcFJ3hsq+zhfUINj+aG7PGishGSu0tnimgewqbxE=; b=lj0F9omq2ZtFhx 7S/q521IS4uugucSqSFeT3CvsVmVgUBpLfbTSV4P6fx2jTyKNDXQGNULOHbyQfkfT+x2eYuOXkZnx jJH6GOzgrdLKrPWOUbLpC5YhFctg02NJsAclrwYRC6dxYrGlusotU4Cvtpgf4KtQXxdbuN0jJC7Ag YDS4oyd50cP8NHpw2IbSfr+LsBjYsx2lYRbJE671YcgdC/UwI2T4CK39E5rBI/bNbqeRHUi6naCN7 0deOPL52ofSTeCYFatAeW39vpW0iEwJ15qSVosZWz88n40G9gqZJv2JORKh5q3miCsUK8Vb0jvKv8 Ab3w0qCilwE00lHcSRgw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oV22A-005xNy-Mn; Mon, 05 Sep 2022 02:40:22 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oV1Qb-005FyD-Dy for linux-arm-kernel@lists.infradead.org; Mon, 05 Sep 2022 02:01:46 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id F032FB80DE1; Mon, 5 Sep 2022 02:01:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B123C433D6; Mon, 5 Sep 2022 02:01:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662343290; bh=Zl2KoVG9L7Ff5UvXhjC4QqCs2BRPLFThP/yuHu36bLU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kA9eB9jbCuLjnqQTQHN9Dp4ffpGQo++PT64nqZkyaazY+w6BO0H6vYdIaFPgj9axT CoTTOWmwS2gBQloHgMoe1IgCSIy6VluavVeDXL1jXxJ747DQofiRQhDQfBxS6VV1Aq R88w1hjdktyCBk6BcVEbeRdnhTECW78RsMOsxYdYzk8Kb8ajwavfEEbTpBuM0zOavl 0u9kn6Ese+GR8kIeUPE6bH0u6/LtWAh/XTAY8nlr8Xks5iaxhdZ8I7c7RhKELzVDyD R3YIyi8yD+27MSWP+jTGVzjQugpqwqQLu0Up13vT80VkD8E5JK0Jpn4UJWy1xyVOp+ Z/L6SYTYs0XAA== Date: Mon, 5 Sep 2022 10:01:24 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Marcel Ziswiler , Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 2/5] ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines Message-ID: <20220905020124.GY1728671@dragon> References: <20220826192252.794651-1-marcel@ziswiler.com> <20220826192252.794651-3-marcel@ziswiler.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220826192252.794651-3-marcel@ziswiler.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220904_190144_287099_13C066D8 X-CRM114-Status: GOOD ( 18.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Aug 26, 2022 at 09:22:49PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > This fixes the following warning: > > arch/arm/boot/dts/imx6sx-udoo-neo.dtsi:309: check: Please don't use multiple > blank lines It includes changes more than multiple blank lines fix. I mentioned those indent changes a bit in the commit log. > > Signed-off-by: Marcel Ziswiler Applied, thanks! Shawn > --- > > arch/arm/boot/dts/imx6sx-udoo-neo.dtsi | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 deletions(-) > > diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi > index 35861bbea94e..c84ea1fac5e9 100644 > --- a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi > +++ b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi > @@ -226,7 +226,7 @@ lcdc: endpoint { > &iomuxc { > pinctrl_bt_reg: btreggrp { > fsl,pins = > - ; > + ; > }; > > pinctrl_enet1: enet1grp { > @@ -306,7 +306,6 @@ MX6SX_PAD_LCD1_RESET__GPIO3_IO_27 0x4001b0b0 > >; > }; > > - > pinctrl_uart1: uart1grp { > fsl,pins = > , > @@ -347,24 +346,23 @@ pinctrl_uart6: uart6grp { > > pinctrl_otg1_reg: otg1grp { > fsl,pins = > - ; > + ; > }; > > - > pinctrl_otg2_reg: otg2grp { > fsl,pins = > - ; > + ; > }; > > pinctrl_usb_otg1: usbotg1grp { > fsl,pins = > - , > - ; > + , > + ; > }; > > pinctrl_usb_otg2: usbot2ggrp { > fsl,pins = > - ; > + ; > }; > > pinctrl_usdhc2: usdhc2grp { > -- > 2.36.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel