From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmcZm-0000pN-0e for barebox@lists.infradead.org; Tue, 08 Dec 2020 12:58:43 +0000 Received: from geraet.fritz.box (unknown [87.123.107.76]) (Authenticated sender: ahmad@a3f.at) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 730A1FF803 for ; Tue, 8 Dec 2020 12:58:35 +0000 (UTC) From: Ahmad Fatoum Date: Tue, 8 Dec 2020 13:58:26 +0100 Message-Id: <20201208125825.105879-1-ahmad@a3f.at> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] fixup! ARM: rpi: Add Raspberry Pi Zero W mini-uart support To: barebox@lists.infradead.org Fix copy-paste error in comment. Signed-off-by: Ahmad Fatoum --- drivers/of/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index 4ff60aa81435..edb0a8e71a0f 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -2567,7 +2567,7 @@ int of_device_disable_path(const char *path) } /** - * of_device_disable_path_by_alias - disable a devicenode by alias + * of_device_disable_by_alias - disable a devicenode by alias * @alias - the alias of the device tree node to disable */ int of_device_disable_by_alias(const char *alias) -- 2.28.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox