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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 76DA9C433EF for ; Tue, 21 Dec 2021 08:23:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BCA2383451; Tue, 21 Dec 2021 09:23:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1640075031; bh=jhjTBumpipjtg5wUH4+3ZVLHeuc7ydvbtSZNiRLCwnU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=uz75GnL1kXFx/pfmw73fo4Cc4CEAW6sc4EQde/3M68Zex3stMWXWGjPGyrWYtpaui zFM/SspT9oCcqCpOycvpHdiX7ck+yzroxwe8bGYWBurQ+x6xDR8p6JU2AyVtTxnxwx ukvCNUNj1YVihSXD2D9SQVeXb0E2vQJcu2OG5nUyxcD1vBRalS6ynqFAgU68oHw969 bKjX7ZcWX7kmPcrg2j0Kmd6K0FdgnFN/cOxBIw2YxQKge8+j3zvGgj7ztZEKVwQyRc MDBx+dDu+lik0O35GntkkPDRGRacXKvMmriV1E4R46y/xMf1k4IqRd4lCiE/7jk/iq O5E+4mSTmqvKA== Received: by phobos.denx.de (Postfix, from userid 109) id C5B5B83457; Tue, 21 Dec 2021 09:23:49 +0100 (CET) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:1::465:107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3759183451 for ; Tue, 21 Dec 2021 09:23:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp202.mailbox.org (unknown [91.198.250.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4JJ8cL5ZmKzQk4J; Tue, 21 Dec 2021 09:23:46 +0100 (CET) Message-ID: <168cf69d-d34a-3fad-0b9a-04f6c727bebc@denx.de> Date: Tue, 21 Dec 2021 09:23:42 +0100 MIME-Version: 1.0 Subject: Re: [PATCH u-boot-marvell 10/10] arm: mvebu: turris_mox: Remove extra newline after module topology Content-Language: en-US To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, =?UTF-8?Q?Pali_Roh=c3=a1r?= , =?UTF-8?Q?Marek_Beh=c3=ban?= References: <20211111153549.29111-1-kabel@kernel.org> <20211111153549.29111-11-kabel@kernel.org> From: Stefan Roese In-Reply-To: <20211111153549.29111-11-kabel@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On 11/11/21 16:35, Marek Behún wrote: > From: Marek Behún > > Remove extra newline after module topology is printed. > > Signed-off-by: Marek Behún Applied to u-boot-marvell/next Thanks, Stefan > --- > board/CZ.NIC/turris_mox/turris_mox.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/board/CZ.NIC/turris_mox/turris_mox.c b/board/CZ.NIC/turris_mox/turris_mox.c > index 2202eb8cfb..52fa77d68c 100644 > --- a/board/CZ.NIC/turris_mox/turris_mox.c > +++ b/board/CZ.NIC/turris_mox/turris_mox.c > @@ -607,9 +607,6 @@ int show_board_info(void) > } > } > > - if (module_count) > - printf("\n"); > - > return 0; > } > > Viele Grüße, Stefan Roese -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de