From patchwork Wed Sep 18 15:22:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giulio Benetti X-Patchwork-Id: 1164006 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.b="k2JuI1t2"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46YNyD5LtTz9sP7 for ; Thu, 19 Sep 2019 01:22:28 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 654FFC21CB6; Wed, 18 Sep 2019 15:22:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id A769AC21C2C; Wed, 18 Sep 2019 15:22:16 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id BF17AC21C2C; Wed, 18 Sep 2019 15:22:15 +0000 (UTC) Received: from smtpcmd15176.aruba.it (smtpcmd15176.aruba.it [62.149.156.176]) by lists.denx.de (Postfix) with ESMTP id 44708C21BE5 for ; Wed, 18 Sep 2019 15:22:15 +0000 (UTC) Received: from ubuntu.localdomain ([88.149.228.83]) by smtpcmd15.ad.aruba.it with bizsmtp id 33NE2100T1oc9G8013NEuU; Wed, 18 Sep 2019 17:22:14 +0200 From: Giulio Benetti To: u-boot@lists.denx.de Date: Wed, 18 Sep 2019 17:22:13 +0200 Message-Id: <20190918152213.64724-1-giulio.benetti@benettiengineering.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1568820134; bh=BV+NoFho8DxdMgQmKsNBuR2otsVuV9PmRJDLIr/CIYk=; h=From:To:Subject:Date:MIME-Version; b=k2JuI1t2udH1cOv6eDiYloHbgmZtFiKFJxT8URP70U3Ju4qCxm8oUXL7sjJk+Zf7z LoaOWPbRaEIv4EkMgJookI61FSYuszdVSyCXCoGeH//GmKn6EGHQ+AAQKUiBo1AVT/ K8pgKzypy8vf7V1eBChOOf4k41NWRZPb2iRrhz1YAjggQ2yEqG6BDhkuwoIngZMjGM 7w8vpIiiLau3aYHeClxGp89C6LtZ+ZrIAcrWwTgjW3zWAMTrCjjeb9gDF/9cJiUvm4 ir27Ltn0Qk/SMDrH4FgzqxdFtNRoDu1yV/H/NYKAV9VqYjJD9iOw/VqqaDQo0cwVB/ lYmEnx0rlL6vw== Subject: [U-Boot] [PATCH] libfdt: fix typo on comment X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Signed-off-by: Giulio Benetti Reviewed-by: Simon Glass Reviewed-by: Simon Glass --- scripts/dtc/libfdt/libfdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dtc/libfdt/libfdt.h b/scripts/dtc/libfdt/libfdt.h index cf86ddba88..53d577d2a8 100644 --- a/scripts/dtc/libfdt/libfdt.h +++ b/scripts/dtc/libfdt/libfdt.h @@ -734,7 +734,7 @@ uint32_t fdt_get_phandle(const void *fdt, int nodeoffset); /** * fdt_get_alias_namelen - get alias based on substring * @fdt: pointer to the device tree blob - * @name: name of the alias th look up + * @name: name of the alias to look up * @namelen: number of characters of name to consider * * Identical to fdt_get_alias(), but only examine the first namelen