Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1191604imu; Wed, 9 Jan 2019 13:21:09 -0800 (PST) X-Google-Smtp-Source: ALg8bN7M3pyLQsv7thU62PAnsea7zraE23YuGUjxtJEKwILpzlVAirqQN9qtS1rcO6GTC2OJw9Vy X-Received: by 2002:a63:5c22:: with SMTP id q34mr6815569pgb.417.1547068869294; Wed, 09 Jan 2019 13:21:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547068869; cv=none; d=google.com; s=arc-20160816; b=vjNCtENlXIxohimn/06Pk2IV8lS6nSquXCZqCGmcHdUD9PIkGbATVVbUrSWgBplwUf kjPzNkKLdW4XanIzrMSaYmCV0rfwxHS+I6rOfDWwsO/akx+44stQbMlbIsRQ4LrBE0DS J5XG3t0S4tBhI17GL39AWI7Y7vkGjdQdmg+gy7wwpmapShyxC2X3UAEua6kWqdzY2XB+ h4cAJxOzvDra3oL9PLUPX0fEiKRhyEX+V6aCP4tkRcH5eqHgOLbIDb3MDcdRE268ZhSU e5kOPCSkly6+MDHA5TFbkFA6PoZAA2MAvQIa7PzJ68gNwC+R7/LTl1IV15masxhnSKQG C8ZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=kN8YkmZoBJCuza5IXZdNicmz6J1dL/G1wk5VqwWwelA=; b=DbQdF7qTclY26Vl1PFRIbqn1snByOhHeu9WS3StKGOZPwP79tmOr/HUFlz5vHHZlYn OzMdERs44Nu11jVx1hXjiQqIffkMjuAsVxYe1lBP+CoyskrmlYypRKuMNrBBEtWvad5S /cSTSoMOngcMbf4Oy0KEdk6WZDg2FNJaBD+TU4gFhg28Np5fLWqTFjW8m1DmoPbek5Y/ UHE2QcK7ZdRnY6uN+ulpCIcAYtzTItPmajRdL7FhInOCy1QBJrNAkkWu36LsXKp9DbxP oMaRwQ41h1TSck5KC87Rn4/Db4JnvCnwyrm6JnMboV3EWC615Q24HmbFNHuwerk39+XT e8cA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a6si7314841pfo.90.2019.01.09.13.20.54; Wed, 09 Jan 2019 13:21:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728107AbfAITHC (ORCPT + 99 others); Wed, 9 Jan 2019 14:07:02 -0500 Received: from wes1-so2-b.wedos.net ([46.28.106.45]:35202 "EHLO wes1-so2.wedos.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726581AbfAITHB (ORCPT ); Wed, 9 Jan 2019 14:07:01 -0500 Received: from localhost (ip4-46-39-182-135.cust.nbox.cz [46.39.182.135]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 43ZdsZ1Ls9zq7; Wed, 9 Jan 2019 20:06:58 +0100 (CET) Date: Wed, 9 Jan 2019 20:06:54 +0100 From: Otto Sabart To: linux-kernel@vger.kernel.org, patches@opensource.cirrus.com Cc: Charles Keepax , Richard Fitzgerald , Lee Jones , Mauro Carvalho Chehab Subject: [PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file Message-ID: <10552cb9ce3067c4b4cf8c25ed6a20c498478549.1547060185.git.ottosabart@seberm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline X-PGP-Key: http://seberm.com/pubkey.asc User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The pinctrl.txt file was converted into reStructuredText and moved into driver-api folder. This patch updates the broken reference. Fixes: 5a9b73832e9e ("pinctrl.txt: move it to the driver-api book") Signed-off-by: Otto Sabart --- include/linux/mfd/madera/pdata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/mfd/madera/pdata.h b/include/linux/mfd/madera/pd= ata.h index 8dc852402dbb..dd00ab824e5b 100644 --- a/include/linux/mfd/madera/pdata.h +++ b/include/linux/mfd/madera/pdata.h @@ -34,7 +34,8 @@ struct madera_codec_pdata; * @micvdd: Substruct of pdata for the MICVDD regulator * @irq_flags: Mode for primary IRQ (defaults to active low) * @gpio_base: Base GPIO number - * @gpio_configs: Array of GPIO configurations (See Documentation/pinctr= l.txt) + * @gpio_configs: Array of GPIO configurations (See + * Documentation/driver-api/pinctl.rst) * @n_gpio_configs: Number of entries in gpio_configs * @gpsw: General purpose switch mode setting. Depends on the external * hardware connected to the switch. (See the SW1_MODE field --=20 2.17.2 --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEb6VOpv2s03VHGoilgjuumfi+HjwFAlw2RksACgkQgjuumfi+ HjytEQ/8CPzKD+P4FgjrN+4kOdlVkwdP/kLrX+6Wuq3AVSoUiseQJpYi0zIfgbYI /QPjjZE4b/DDXxK9LFg5eGLWq2jwU7yqExUI5687mZFmZsgKX8FmTnu9rHo+BuzN 1KQflePI/UL1s0JA1pnf3BzQb/C8mEJchtUN3032wp3JL+5YMHK/CDTCXdZnmKZO ZdwWwiNc2lJAaCL3IjpfyIAqAgyBmC28xLclGul8jEh4N2luL3Vv6pTpnBeEiB6i QHCwnGz9yqi9uhjzPemV8c96R9e0mQ3kdWLiY3Q4r+NT6JwmxcaUOg4ipgi3JI+s QsHehLXolFVGduHyQ4jyGvWipgJ5StZ3VyZOsdFNEzDjgZo7nKLHccpriVB8uupm QI0aYkzeiexfslRww44OUw9VHkm6pfyg8fNh2CNSXVx50/JRE3efp5gH8/rHjbEE 2XgHMnEx0g2keXZ5GMVpnW1l6IBEFZ5aMDEkfCZbM66+CMQB2rYReIraLSmsHCYf 62pSQv5zohQAmkVPvyFX9Od27qu4VcFjJTQZ+WsXw+2erwvDNTQYoXsZDI8+pAFc /wSGpOnf9ik1V8TYf5aKinv2PpFawmQwfSRzmx0zBP83id1ZMDpHC6pCeMFpjAmT qPsxqeu5P2ESh1HTAFLOWOY8ZFWnFBQ7U0qPCYLZfAtjXvTCswM= =VNSo -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf--