From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 14 Oct 2022 18:42:24 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ojNlQ-008iH7-Vx for lore@lore.pengutronix.de; Fri, 14 Oct 2022 18:42:24 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ojNlF-0006Yw-EO; Fri, 14 Oct 2022 18:42:13 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ojNlC-0006IA-9a; Fri, 14 Oct 2022 18:42:10 +0200 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ojNlB-001WUP-M2; Fri, 14 Oct 2022 18:42:09 +0200 Received: from mfe by dude02.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ojNl8-00Fzpg-Pi; Fri, 14 Oct 2022 18:42:06 +0200 From: Marco Felsch To: oss-tools@pengutronix.de Date: Fri, 14 Oct 2022 18:42:00 +0200 Message-Id: <20221014164204.3812506-11-m.felsch@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221014164204.3812506-1-m.felsch@pengutronix.de> References: <20221014164204.3812506-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [OSS-Tools] [PATCH dt-utils 10/14] state: fix typos found with codespell X-BeenThere: oss-tools@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: Pengutronix Public Open-Source-Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mfe@pengutronix.de Sender: "OSS-Tools" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: oss-tools-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false This ports the following barebox commit | commit 157e861aa6e93a72018c408e82863a3253550a4d | Author: Yegor Yefremov | Date: Fri Mar 20 10:41:19 2020 +0100 | | common: fix typos found with codespell | | Signed-off-by: Yegor Yefremov | Signed-off-by: Sascha Hauer Signed-off-by: Marco Felsch --- src/barebox-state/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/barebox-state/state.c b/src/barebox-state/state.c index f6b7817..4779574 100644 --- a/src/barebox-state/state.c +++ b/src/barebox-state/state.c @@ -698,7 +698,7 @@ struct state *state_by_name(const char *name) /* * state_by_node - find a state instance by of node * - * @node The of node of the state intance + * @node The of node of the state instance */ struct state *state_by_node(const struct device_node *node) { -- 2.30.2