From patchwork Fri Aug 19 09:26:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74220 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp216756qga; Fri, 19 Aug 2016 02:27:49 -0700 (PDT) X-Received: by 10.194.104.197 with SMTP id gg5mr5637803wjb.6.1471598869532; Fri, 19 Aug 2016 02:27:49 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id xq6si5515659wjb.273.2016.08.19.02.27.49; Fri, 19 Aug 2016 02:27:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0C9264BA35; Fri, 19 Aug 2016 11:27:48 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fRZeyl3nOEE6; Fri, 19 Aug 2016 11:27:47 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8BDF14B979; Fri, 19 Aug 2016 11:27:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 19DBE4B979 for ; Fri, 19 Aug 2016 11:27:44 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RqaZy86M_n6f for ; Fri, 19 Aug 2016 11:27:43 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 IN_IX_MANITU=4.35 (only DNSBL check requested) Received: from conuserg-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id 2E7BE4B68A for ; Fri, 19 Aug 2016 11:27:39 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-12.nifty.com with ESMTP id u7J9QxoM004407; Fri, 19 Aug 2016 18:27:03 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u7J9QxoM004407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1471598823; bh=O3q5qgltoz8oSkhBK6KP6mP0LJzzWOXbj254pSelrfQ=; h=From:To:Cc:Subject:Date:From; b=dAvvWAkM8CSZTxjthqojaXxfTZDlyN0hFiTU+qaII8Epuu38N/dmoXUoXzDRTHgge RRSxGp9fFIxIy7vUMYeT6frcDMcYtK/HjttywxxAwrRw1XfW+nB+7ou1b45KRHpSVi utLR02+wgB0F1sHNrOY/fyMy7emTU7d/lkDfMbRkKntv8lhdQ5jJzKDulbJ4UBk3rL K9TPg/84Dydi24/Wl2FM1GNJgMB1FD0jscY7IM8ZD6fLfQOr/NnQebY2xkE5FoPdW3 0yJ+UUJgAdjFOWFDhK4RIXkHz11dzGEb5au/25xjRBJPm1DSUduOOLc+rlQP4dhhVf f6SggQaJU+m9A== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 19 Aug 2016 18:26:54 +0900 Message-Id: <1471598814-16143-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Cc: Thomas Abraham Subject: [U-Boot] [PATCH] pinctrl: fix typos in comment blocks of pinconfig_post_bind() X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" '-' is never used in function names. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/pinctrl-uclass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/drivers/pinctrl/pinctrl-uclass.c b/drivers/pinctrl/pinctrl-uclass.c index fd04b26..7397de2 100644 --- a/drivers/pinctrl/pinctrl-uclass.c +++ b/drivers/pinctrl/pinctrl-uclass.c @@ -113,7 +113,7 @@ static int pinctrl_select_state_full(struct udevice *dev, const char *statename) } /** - * pinconfig_post-bind() - post binding for PINCONFIG uclass + * pinconfig_post_bind() - post binding for PINCONFIG uclass * Recursively bind its children as pinconfig devices. * * @dev: pinconfig device @@ -257,7 +257,7 @@ int pinctrl_get_gpio_mux(struct udevice *dev, int banknum, int index) } /** - * pinconfig_post-bind() - post binding for PINCTRL uclass + * pinconfig_post_bind() - post binding for PINCTRL uclass * Recursively bind child nodes as pinconfig devices in case of full pinctrl. * * @dev: pinctrl device