linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: William Breathitt Gray <vilhelm.gray@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>,
	linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org
Subject: Re: [PATCH -next] counter: fix docum. build problems after filename change
Date: Thu, 7 Oct 2021 16:37:43 +0100	[thread overview]
Message-ID: <20211007163743.2326f4b0@jic23-huawei> (raw)
In-Reply-To: <YVvqjOYTo1+zd4bn@shinobu>

On Tue, 5 Oct 2021 15:02:52 +0900
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:

> On Mon, Oct 04, 2021 at 10:51:57PM -0700, Randy Dunlap wrote:
> > Fix documentation build warnings due to a source file being
> > renamed.
> > 
> > WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -export ../drivers/counter/counter.c' failed with return code 2
> > 
> > Error: Cannot open file ../drivers/counter/counter.c
> > 
> > Fixes: d70e46af7531 ("counter: Internalize sysfs interface code")
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
> > Cc: linux-iio@vger.kernel.org
> > Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Jonathan Corbet <corbet@lwn.net>
> > Cc: linux-doc@vger.kernel.org  
> 
> Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Applied to the togreg branch of iio.git and pushed out as testing to let 0-day
poke at other things I have queued up before I make a potential mess of next.

Thanks,

Jonathan

> 
> > ---
> >  Documentation/driver-api/generic-counter.rst |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > --- linux-next-20211001.orig/Documentation/driver-api/generic-counter.rst
> > +++ linux-next-20211001/Documentation/driver-api/generic-counter.rst
> > @@ -247,7 +247,7 @@ for defining a counter device.
> >  .. kernel-doc:: include/linux/counter.h
> >     :internal:
> >  
> > -.. kernel-doc:: drivers/counter/counter.c
> > +.. kernel-doc:: drivers/counter/counter-core.c
> >     :export:
> >  
> >  Driver Implementation  


      reply	other threads:[~2021-10-07 15:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05  5:51 [PATCH -next] counter: fix docum. build problems after filename change Randy Dunlap
2021-10-05  6:02 ` William Breathitt Gray
2021-10-07 15:37   ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211007163743.2326f4b0@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=vilhelm.gray@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).