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 8C6E4C433F5 for ; Tue, 15 Feb 2022 13:15:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 38D2883689; Tue, 15 Feb 2022 14:15:44 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=nic.cz Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=nic.cz header.i=@nic.cz header.b="XffoFJE+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B876B839EB; Tue, 15 Feb 2022 14:15:41 +0100 (CET) Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 200DC838C7 for ; Tue, 15 Feb 2022 14:15:39 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=nic.cz Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=marek.behun@nic.cz Received: from dellmb (unknown [IPv6:2001:1488:fffe:6:8747:7254:5571:3010]) by mail.nic.cz (Postfix) with ESMTPSA id B29FF14089D; Tue, 15 Feb 2022 14:15:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1644930938; bh=1cHgIkSxkGuL/glAGaqdeGgeq/+MGkbhRgGgPVp7bd0=; h=Date:From:To; b=XffoFJE+3DEr/RqptT5InBOOFT3ABC1T6Cv9OHZkWVk82jH03qtVgE1LNozJZoOnb 5ZCnjAI54idXC/q3+j18U5/4zjU+ZhqPKdQNcndN7GmoPps289A8LP4IxIrZVN+l1s ISB3GGzjPDeTmMv9vTycRfsUvWa3ak0cj6YDnb3o= Date: Tue, 15 Feb 2022 14:15:38 +0100 From: Marek =?UTF-8?B?QmVow7pu?= To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH u-boot-mvebu 3/3] arm: mvebu: a37xx: Fix comment with name of the function Message-ID: <20220215141538.63f97c7e@dellmb> In-Reply-To: <20220214232835.12924-4-pali@kernel.org> References: <20220214232835.12924-1-pali@kernel.org> <20220214232835.12924-4-pali@kernel.org> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean On Tue, 15 Feb 2022 00:28:35 +0100 Pali Roh=C3=A1r wrote: > Function is named build_mem_map, not a3700_build_mem_map. >=20 > Signed-off-by: Pali Roh=C3=A1r Reviewed-by: Marek Beh=C3=BAn