From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Thierry Reding <thierry.reding@gmail.com>,
Lee Jones <lee.jones@linaro.org>,
Daniel Thompson <daniel.thompson@linaro.org>,
Ray Jui <rjui@broadcom.com>,
Mike Rapoport <rppt@linux.vnet.ibm.com>,
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Subject: Re: [PATCH] docs: core-api: fix broken references for div64.c and gcd.c
Date: Thu, 18 Apr 2019 19:51:53 -0300 [thread overview]
Message-ID: <20190418195153.4708cbc7@coco.lan> (raw)
In-Reply-To: <f1ccd7d6-c5c7-f558-18a9-1c2602a2ef84@infradead.org>
Em Thu, 18 Apr 2019 14:59:41 -0700
Randy Dunlap <rdunlap@infradead.org> escreveu:
> On 4/18/19 2:50 AM, Mauro Carvalho Chehab wrote:
> > Those files were moved to lib/math.
> >
> > Fixes: 9635bad21596 ("lib: Move mathematic helpers to separate folder")
>
> Is that commid ID in mainline? I get:
> fatal: ambiguous argument '9635bad21596': unknown revision or path not in the working tree.
No, it is on Linux-next.
>
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>
> Thanks.
>
> > ---
> > Documentation/core-api/kernel-api.rst | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
> > index 71f5d2fe39b7..a29c99d13331 100644
> > --- a/Documentation/core-api/kernel-api.rst
> > +++ b/Documentation/core-api/kernel-api.rst
> > @@ -147,10 +147,10 @@ Division Functions
> > .. kernel-doc:: include/linux/math64.h
> > :internal:
> >
> > -.. kernel-doc:: lib/div64.c
> > +.. kernel-doc:: lib/math/div64.c
> > :functions: div_s64_rem div64_u64_rem div64_u64 div64_s64
> >
> > -.. kernel-doc:: lib/gcd.c
> > +.. kernel-doc:: lib/math/gcd.c
> > :export:
> >
> > UUID/GUID
> >
>
>
Thanks,
Mauro
next prev parent reply other threads:[~2019-04-18 23:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-18 9:50 [PATCH] docs: core-api: fix broken references for div64.c and gcd.c Mauro Carvalho Chehab
2019-04-18 21:59 ` Randy Dunlap
2019-04-18 22:51 ` Mauro Carvalho Chehab [this message]
2019-04-19 18:55 ` Jonathan Corbet
2019-04-19 20:35 ` Andrew Morton
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=20190418195153.4708cbc7@coco.lan \
--to=mchehab+samsung@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=corbet@lwn.net \
--cc=daniel.thompson@linaro.org \
--cc=lee.jones@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcos.souza.org@gmail.com \
--cc=mchehab@infradead.org \
--cc=rdunlap@infradead.org \
--cc=rjui@broadcom.com \
--cc=rppt@linux.vnet.ibm.com \
--cc=sfr@canb.auug.org.au \
--cc=thierry.reding@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.