From patchwork Mon Jun 29 14:56:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 6689421 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 746469F39B for ; Mon, 29 Jun 2015 15:00:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 96DBF205B9 for ; Mon, 29 Jun 2015 15:00:57 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C8C77205B8 for ; Mon, 29 Jun 2015 15:00:56 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z9aW3-0003fy-0D; Mon, 29 Jun 2015 14:58:35 +0000 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z9aVz-0003Qv-EY for linux-arm-kernel@lists.infradead.org; Mon, 29 Jun 2015 14:58:32 +0000 Received: by wiga1 with SMTP id a1so73819174wig.0 for ; Mon, 29 Jun 2015 07:58:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=MAtmiAh2ZQ8PlWnavRYLdrSQTwugqXBVkSfXCl2JsD0=; b=h1pnVj3p/sVgZOyhUTe3QNpl+UD8RxXCpQkB7h0bMnwVyz2IM8A6oOufICBgKFC23H kuPo2uRpr9ijcmMfYGqaktsL3aJeQawy0FteC1P4m602fUYXMHIPzhyKe0kviF4/1Mw8 qrLw0njNx4E2qi2hsaFJ5WIPpI9wMPigwQO0tLmHd1xUNFNrNONOFDDMN2hbcV16NMJL qe0/4qSmT7j2k6eAzMvXh5xKhOABvCpv6Q3x5FY3mXm2DZmAWehppOUGoSDQFhL/hSi6 JzF0SooK6YtL1xYSHzUxM4JvgGkRbPrIx4HaSJR0aZ9ranGhEvH436H0nlEWaGbx4k/d LNhg== X-Received: by 10.180.9.225 with SMTP id d1mr23349516wib.73.1435589888410; Mon, 29 Jun 2015 07:58:08 -0700 (PDT) Received: from cizrna.lan ([109.72.12.160]) by mx.google.com with ESMTPSA id lz10sm16737048wjb.48.2015.06.29.07.58.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Jun 2015 07:58:07 -0700 (PDT) From: Tomeu Vizoso To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] gpiolib: Fix docs for gpiochip_add_pingroup_range Date: Mon, 29 Jun 2015 16:56:46 +0200 Message-Id: <1435589806-31079-1-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 2.4.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150629_075831_661206_1B9699FD X-CRM114-Status: GOOD ( 13.82 ) X-Spam-Score: -2.4 (--) Cc: Alexandre Courbot , Linus Walleij , linux-kernel@vger.kernel.org, Tomeu Vizoso , linux-gpio@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP gpiochip_add_pingroup_range() has a pctldev argument, not pinctrl. Signed-off-by: Tomeu Vizoso Reviewed-by: Javier Martinez Canillas --- drivers/gpio/gpiolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index bf4bd1d..b1b08b3 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c @@ -671,7 +671,7 @@ static void gpiochip_irqchip_remove(struct gpio_chip *gpiochip) {} /** * gpiochip_add_pingroup_range() - add a range for GPIO <-> pin mapping * @chip: the gpiochip to add the range for - * @pinctrl: the dev_name() of the pin controller to map to + * @pctldev: the pin controller to map to * @gpio_offset: the start offset in the current gpio_chip number space * @pin_group: name of the pin group inside the pin controller */