From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1AFAAC432C3 for ; Wed, 13 Jan 2021 11:02:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DE4AE2339F for ; Wed, 13 Jan 2021 11:02:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727729AbhAMLBw (ORCPT ); Wed, 13 Jan 2021 06:01:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:39134 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727735AbhAMLBd (ORCPT ); Wed, 13 Jan 2021 06:01:33 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3E5D3235F8; Wed, 13 Jan 2021 10:59:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610535570; bh=9tvX+bdF7vZzRjfdf3aTmCuShY92K6sxOhnK8P3hfg0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PelSfOIloBflwGZOzbGZJw7GytSQMejH3SDd848JDzPvc5lJk5ZGELvfUJOeEhP4h R7bNJjp7XbWHPU8tpLf4nQFVfC2rPCUKYxovs4JB/oU3wyxOjzNwt0kTh3HiEoqZM7 P9ttfCIZ8sLxksdULp8GK8PecYzf1U8TwByBXOSQeW8T4eExGDO6VcCUMYzfVNNojr YPJdXpQe31lpvI9DhgK6WwM2DAgw/7SXLfI+PoPrL3YoPj0u3tSjZ/KM6qBApgPw6w whUruFW+xs/oaJegXdTVfzizr3ECB76gtv1k0IuwWe+1ZrYP0Ry86tF2Hd3QUhlYRm mBSR8oOmImwqg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kzds7-00DpGf-NZ; Wed, 13 Jan 2021 11:59:27 +0100 From: Mauro Carvalho Chehab To: Jonathan Cameron Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Linux Doc Mailing List" , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 18/24] include/linux/iio/dac/mcp4725.h: update a microchip,mcp4725.yaml ref Date: Wed, 13 Jan 2021 11:59:19 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Changeset 6ced946a4bba ("dt-bindings:iio:dac:microchip,mcp4725 yaml conversion") renamed: Documentation/devicetree/bindings/iio/dac/mcp4725.txt to: Documentation/devicetree/bindings/iio/dac/microchip,mcp4725.yaml. Update its cross-reference accordingly. Signed-off-by: Mauro Carvalho Chehab --- include/linux/iio/dac/mcp4725.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/iio/dac/mcp4725.h b/include/linux/iio/dac/mcp4725.h index e9801c8d49c0..1f7e53c506b6 100644 --- a/include/linux/iio/dac/mcp4725.h +++ b/include/linux/iio/dac/mcp4725.h @@ -15,7 +15,7 @@ * @vref_buffered: Controls buffering of the external reference voltage. * * Vref related settings are available only on MCP4756. See - * Documentation/devicetree/bindings/iio/dac/mcp4725.txt for more information. + * Documentation/devicetree/bindings/iio/dac/microchip,mcp4725.yaml for more information. */ struct mcp4725_platform_data { bool use_vref; -- 2.29.2