From patchwork Sun Nov 18 12:39:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 999458 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=tkos.co.il Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42yWl42V2Lz9s3x for ; Sun, 18 Nov 2018 23:40:00 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 06D40C223D9; Sun, 18 Nov 2018 12:39:57 +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=none 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 21515C21F27; Sun, 18 Nov 2018 12:39:55 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D0AA4C21F27; Sun, 18 Nov 2018 12:39:53 +0000 (UTC) Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by lists.denx.de (Postfix) with ESMTPS id 67853C21E35 for ; Sun, 18 Nov 2018 12:39:53 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id 64657440822; Sun, 18 Nov 2018 14:39:52 +0200 (IST) From: Baruch Siach To: u-boot@lists.denx.de, Simon Glass Date: Sun, 18 Nov 2018 14:39:20 +0200 Message-Id: <17e7d0d5f748cc1418056817981d9300f37f3484.1542544760.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Cc: Baruch Siach Subject: [U-Boot] [PATCH] ofnode: fix comment typo 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: Baruch Siach Signed-off-by: Baruch Siach --- include/dm/ofnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 2fc9fa39a356..3d3b8dd93c40 100644 --- a/include/dm/ofnode.h +++ b/include/dm/ofnode.h @@ -323,7 +323,7 @@ ofnode ofnode_get_parent(ofnode node); * ofnode_get_name() - get the name of a node * * @node: valid node to look up - * @return name or node + * @return name of node */ const char *ofnode_get_name(ofnode node);