From patchwork Mon Jun 17 14:35:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10999347 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C9FAA76 for ; Mon, 17 Jun 2019 14:36:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B97EC26E3E for ; Mon, 17 Jun 2019 14:36:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ADECE2892E; Mon, 17 Jun 2019 14:36:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 636B626E3E for ; Mon, 17 Jun 2019 14:36:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=WTjOUtLEvoF8ymSUsD0GigSTCv4yiZeMqCwUtPmhQF4=; b=Sf4 ncwEDFXIA/nvll58t6i8VZORw627pTlrtMl2jXDuNBgr6b9FpynmKf2WR20n48nX+PbeaCg+NYFMy alFKKDbsAMLoJgDaJ6J65j6cEAsIj4hHstTtgSGWIi8UX6FBirlED10qX1rY3q8RXCwlf8O/GN023 4szZWg/iusckl0ArMUJzM8PlRjQyqaRPg7kkyrlDNnA1AdcgoiBajd23vMW7MiiofBj7Vd6fZZor0 B67gZwscaFPO49qYVeItC/LUAT6FtuE5kGqGfpKdQ1tQSbhG8FXcNpc0wNtIOkvqc4pivp6dHyOwO bVQlCQRi4NLOYjsVWLxVe2GelRYszvQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcsk5-0006hn-DP; Mon, 17 Jun 2019 14:36:17 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hcsk0-0006fC-7D for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2019 14:36:15 +0000 Received: from ramsan ([84.194.111.163]) by baptiste.telenet-ops.be with bizsmtp id Rqbp2000a3XaVaC01qbpQL; Mon, 17 Jun 2019 16:35:56 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hcsjc-0002IZ-NH; Mon, 17 Jun 2019 16:35:48 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hcsjc-0001F0-M0; Mon, 17 Jun 2019 16:35:48 +0200 From: Geert Uytterhoeven To: Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi Subject: [PATCH] ARM: dts: vexpress: Add missing newline at end of file Date: Mon, 17 Jun 2019 16:35:47 +0200 Message-Id: <20190617143547.4721-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_073613_558602_AB5ADDE0 X-CRM114-Status: UNSURE ( 8.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP "git diff" says: \ No newline at end of file after modifying the file. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/vexpress-v2m.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/vexpress-v2m.dtsi b/arch/arm/boot/dts/vexpress-v2m.dtsi index 798c97aff7fa3b99..c748893e09ed88ea 100644 --- a/arch/arm/boot/dts/vexpress-v2m.dtsi +++ b/arch/arm/boot/dts/vexpress-v2m.dtsi @@ -448,4 +448,4 @@ }; }; }; -}; \ No newline at end of file +};