From nobody Fri Dec 19 18:43:01 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F11A0C04A95 for ; Sat, 22 Oct 2022 08:42:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234704AbiJVIm0 (ORCPT ); Sat, 22 Oct 2022 04:42:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234755AbiJVIjn (ORCPT ); Sat, 22 Oct 2022 04:39:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23522CABE0; Sat, 22 Oct 2022 01:06:04 -0700 (PDT) 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 C557CB82E11; Sat, 22 Oct 2022 08:04:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17FEAC433D6; Sat, 22 Oct 2022 08:04:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666425853; bh=V3gHEUw1Kk05qfDus0qF9T3OcYJdKc5uRN6/d7kBomw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=t7uVWK2bc+3ntJupJ6HN7DY1jIbnoXyfYdxME50+6O2pa0QOS5u+3KJVafRDeRVc6 OP2UkrKKPEIPiUHzuVPOwk+odOCOTEnVx9Ddxfr0vXvmcWK8QeJdZjQGfggEMCNJvl hXsWAsaYABZhS1vHYpAsu6snLX6/fmMRmo4axXZs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Marcel Ziswiler , Shawn Guo , Sasha Levin Subject: [PATCH 5.19 638/717] ARM: dts: imx6sx-udoo-neo: dont use multiple blank lines Date: Sat, 22 Oct 2022 09:28:37 +0200 Message-Id: <20221022072526.649211292@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221022072415.034382448@linuxfoundation.org> References: <20221022072415.034382448@linuxfoundation.org> User-Agent: quilt/0.67 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Marcel Ziswiler [ Upstream commit fd2dd7077c7498765e7326c1b7f34bde85f1a975 ] This fixes the following warning: arch/arm/boot/dts/imx6sx-udoo-neo.dtsi:309: check: Please don't use multiple blank lines While at it, use tabs indent for some pinctrl entries. Signed-off-by: Marcel Ziswiler Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- 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/imx= 6sx-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 @@ &iomuxc { pinctrl_bt_reg: btreggrp { fsl,pins =3D - ; + ; }; =20 pinctrl_enet1: enet1grp { @@ -306,7 +306,6 @@ >; }; =20 - pinctrl_uart1: uart1grp { fsl,pins =3D , @@ -347,24 +346,23 @@ =20 pinctrl_otg1_reg: otg1grp { fsl,pins =3D - ; + ; }; =20 - pinctrl_otg2_reg: otg2grp { fsl,pins =3D - ; + ; }; =20 pinctrl_usb_otg1: usbotg1grp { fsl,pins =3D - , - ; + , + ; }; =20 pinctrl_usb_otg2: usbot2ggrp { fsl,pins =3D - ; + ; }; =20 pinctrl_usdhc2: usdhc2grp { --=20 2.35.1