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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=ham 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 DF137C433FF for ; Sat, 27 Jul 2019 12:02:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB51F2085A for ; Sat, 27 Jul 2019 12:02:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727733AbfG0MC0 (ORCPT ); Sat, 27 Jul 2019 08:02:26 -0400 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:42380 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725975AbfG0MC0 (ORCPT ); Sat, 27 Jul 2019 08:02:26 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id A39B49E774D; Sat, 27 Jul 2019 13:02:23 +0100 (BST) Date: Sat, 27 Jul 2019 13:02:22 +0100 From: Jonathan Cameron To: Mauro Carvalho Chehab Cc: William Breathitt Gray , Jonathan Corbet , linux-iio@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 2/7] docs: generic-counter.rst: fix broken references for ABI file Message-ID: <20190727130204.78f5a3f1@archlinux> In-Reply-To: References: X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, 26 Jul 2019 08:47:22 -0300 Mauro Carvalho Chehab wrote: > There are two references to the generic counter ABI, with was added > on a separate patch. Both point to a non-existing file. > > Fix them. > > Fixes: ea2b23b89579 ("counter: Documentation: Add Generic Counter sysfs documentation") > Fixes: 09e7d4ed8991 ("docs: Add Generic Counter interface documentation") > Signed-off-by: Mauro Carvalho Chehab Applied to the fixes-togreg branch of iio.git. Thanks, Jonathan > --- > Documentation/driver-api/generic-counter.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst > index 0c161b1a3be6..8382f01a53e3 100644 > --- a/Documentation/driver-api/generic-counter.rst > +++ b/Documentation/driver-api/generic-counter.rst > @@ -233,7 +233,7 @@ Userspace Interface > Several sysfs attributes are generated by the Generic Counter interface, > and reside under the /sys/bus/counter/devices/counterX directory, where > counterX refers to the respective counter device. Please see > -Documentation/ABI/testing/sys-bus-counter-generic-sysfs for detailed > +Documentation/ABI/testing/sysfs-bus-counter for detailed > information on each Generic Counter interface sysfs attribute. > > Through these sysfs attributes, programs and scripts may interact with > @@ -325,7 +325,7 @@ sysfs attributes, where Y is the unique ID of the respective Count: > > For a more detailed breakdown of the available Generic Counter interface > sysfs attributes, please refer to the > -Documentation/ABI/testing/sys-bus-counter file. > +Documentation/ABI/testing/sysfs-bus-counter file. > > The Signals and Counts associated with the Counter device are registered > to the system as well by the counter_register function. The