All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the jc_docs tree
@ 2020-12-07  7:52 Stephen Rothwell
  2020-12-07  8:56 ` [PATCH] docs: nios2: add missing ReST file Mauro Carvalho Chehab
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2020-12-07  7:52 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

Hi all,

After merging the jc_docs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/nios2/index.rst:7: WARNING: toctree contains reference to nonexisting document 'nios2/features'

Introduced by commit

  ed13a92d0fde ("docs: archis: add a per-architecture features list")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [PATCH] docs: nios2: add missing ReST file
  2020-12-07  7:52 linux-next: build warning after merge of the jc_docs tree Stephen Rothwell
@ 2020-12-07  8:56 ` Mauro Carvalho Chehab
  2020-12-07 21:00   ` Jonathan Corbet
  0 siblings, 1 reply; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2020-12-07  8:56 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet, Stephen Rothwell
  Cc: Mauro Carvalho Chehab, linux-kernel

changeset ed13a92d0fde ("docs: archis: add a per-architecture features list")
besides having a typo on its title, it was missing the feature file.

Add it.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: ed13a92d0fde ("docs: archis: add a per-architecture features list")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---

Jon/Stephen,

I ended forgetting to add this one to the patch I sent. Sorry for that!

If not too late, feel free to fold this patch with the past one.

 Documentation/nios2/features.rst | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 Documentation/nios2/features.rst

diff --git a/Documentation/nios2/features.rst b/Documentation/nios2/features.rst
new file mode 100644
index 000000000000..8449e63f69b2
--- /dev/null
+++ b/Documentation/nios2/features.rst
@@ -0,0 +1,3 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+.. kernel-feat:: $srctree/Documentation/features nios2
-- 
2.28.0



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: [PATCH] docs: nios2: add missing ReST file
  2020-12-07  8:56 ` [PATCH] docs: nios2: add missing ReST file Mauro Carvalho Chehab
@ 2020-12-07 21:00   ` Jonathan Corbet
  0 siblings, 0 replies; 18+ messages in thread
From: Jonathan Corbet @ 2020-12-07 21:00 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Stephen Rothwell, linux-kernel

On Mon,  7 Dec 2020 09:56:20 +0100
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:

> changeset ed13a92d0fde ("docs: archis: add a per-architecture features list")
> besides having a typo on its title, it was missing the feature file.
> 
> Add it.
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Fixes: ed13a92d0fde ("docs: archis: add a per-architecture features list")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> 
> Jon/Stephen,
> 
> I ended forgetting to add this one to the patch I sent. Sorry for that!
> 
> If not too late, feel free to fold this patch with the past one.
> 
>  Documentation/nios2/features.rst | 3 +++
>  1 file changed, 3 insertions(+)
>  create mode 100644 Documentation/nios2/features.rst
> 
> diff --git a/Documentation/nios2/features.rst b/Documentation/nios2/features.rst
> new file mode 100644
> index 000000000000..8449e63f69b2
> --- /dev/null
> +++ b/Documentation/nios2/features.rst
> @@ -0,0 +1,3 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +.. kernel-feat:: $srctree/Documentation/features nios2

I've applied this, thanks.

jon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2023-12-20  0:02     ` Jonathan Corbet
@ 2023-12-20  0:04       ` Randy Dunlap
  0 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2023-12-20  0:04 UTC (permalink / raw)
  To: Jonathan Corbet, Stephen Rothwell
  Cc: Linux Kernel Mailing List, Linux Next Mailing List



On 12/19/23 16:02, Jonathan Corbet wrote:
> Randy Dunlap <rdunlap@infradead.org> writes:
> 
>> On 12/18/23 06:18, Jonathan Corbet wrote:
>>> Stephen Rothwell <sfr@canb.auug.org.au> writes:
>>>
>>>> Hi all,
>>>>
>>>> After merging the jc_docs tree, today's linux-next build (htmldocs)
>>>> produced this warning:
>>>>
>>>> include/crypto/hash.h:248: warning: Excess struct member 'digestsize' description in 'shash_alg'
>>>>
>>>> and 636 new similar warnings :-(
>>>>
>>>> Exposed by commit
>>>>
>>>>   b77fdd6a48e6 ("scripts/kernel-doc: restore warning for Excess struct/union")
>>>>
>>>> I am not sure what we should do about this ... last Friday I only
>>>> got about 18 lines of warnings.
>>>
>>> The warnings were expected, of course.
>>>
>>> The alternatives are to fix the docs or to revert b77fdd6a48e6,
>>> pretending that all those kerneldoc errors don't actually exist.  The
>>> fixes should be pretty easy to do (and there's far less of them than it
>>> seems from the number of warnings).  I can't get there right away but if
>>> nobody beats me to it I'll try to toss some patches together.
>>
>> Hi Jon,
>>
>> Attempt at a little coordination:
>>
>> It looks like you are working on some net-related patches for this.
>> I am currently working on fs/ and kernel/ patches.
> 
> Oops...I did a few net ones now; they are all sent and I'm done for
> today.

No Oops needed.  You can have net. I'll stay away from it.

> Thanks for working on these too!
> 
> jon

-- 
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2023-12-19 23:59   ` Randy Dunlap
@ 2023-12-20  0:02     ` Jonathan Corbet
  2023-12-20  0:04       ` Randy Dunlap
  0 siblings, 1 reply; 18+ messages in thread
From: Jonathan Corbet @ 2023-12-20  0:02 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

Randy Dunlap <rdunlap@infradead.org> writes:

> On 12/18/23 06:18, Jonathan Corbet wrote:
>> Stephen Rothwell <sfr@canb.auug.org.au> writes:
>> 
>>> Hi all,
>>>
>>> After merging the jc_docs tree, today's linux-next build (htmldocs)
>>> produced this warning:
>>>
>>> include/crypto/hash.h:248: warning: Excess struct member 'digestsize' description in 'shash_alg'
>>>
>>> and 636 new similar warnings :-(
>>>
>>> Exposed by commit
>>>
>>>   b77fdd6a48e6 ("scripts/kernel-doc: restore warning for Excess struct/union")
>>>
>>> I am not sure what we should do about this ... last Friday I only
>>> got about 18 lines of warnings.
>> 
>> The warnings were expected, of course.
>> 
>> The alternatives are to fix the docs or to revert b77fdd6a48e6,
>> pretending that all those kerneldoc errors don't actually exist.  The
>> fixes should be pretty easy to do (and there's far less of them than it
>> seems from the number of warnings).  I can't get there right away but if
>> nobody beats me to it I'll try to toss some patches together.
>
> Hi Jon,
>
> Attempt at a little coordination:
>
> It looks like you are working on some net-related patches for this.
> I am currently working on fs/ and kernel/ patches.

Oops...I did a few net ones now; they are all sent and I'm done for
today.

Thanks for working on these too!

jon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2023-12-18 14:18 ` Jonathan Corbet
@ 2023-12-19 23:59   ` Randy Dunlap
  2023-12-20  0:02     ` Jonathan Corbet
  0 siblings, 1 reply; 18+ messages in thread
From: Randy Dunlap @ 2023-12-19 23:59 UTC (permalink / raw)
  To: Jonathan Corbet, Stephen Rothwell
  Cc: Linux Kernel Mailing List, Linux Next Mailing List



On 12/18/23 06:18, Jonathan Corbet wrote:
> Stephen Rothwell <sfr@canb.auug.org.au> writes:
> 
>> Hi all,
>>
>> After merging the jc_docs tree, today's linux-next build (htmldocs)
>> produced this warning:
>>
>> include/crypto/hash.h:248: warning: Excess struct member 'digestsize' description in 'shash_alg'
>>
>> and 636 new similar warnings :-(
>>
>> Exposed by commit
>>
>>   b77fdd6a48e6 ("scripts/kernel-doc: restore warning for Excess struct/union")
>>
>> I am not sure what we should do about this ... last Friday I only
>> got about 18 lines of warnings.
> 
> The warnings were expected, of course.
> 
> The alternatives are to fix the docs or to revert b77fdd6a48e6,
> pretending that all those kerneldoc errors don't actually exist.  The
> fixes should be pretty easy to do (and there's far less of them than it
> seems from the number of warnings).  I can't get there right away but if
> nobody beats me to it I'll try to toss some patches together.

Hi Jon,

Attempt at a little coordination:

It looks like you are working on some net-related patches for this.
I am currently working on fs/ and kernel/ patches.

-- 
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2023-12-18  7:28 linux-next: build warning after merge of the jc_docs tree Stephen Rothwell
@ 2023-12-18 14:18 ` Jonathan Corbet
  2023-12-19 23:59   ` Randy Dunlap
  0 siblings, 1 reply; 18+ messages in thread
From: Jonathan Corbet @ 2023-12-18 14:18 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Randy Dunlap, Linux Kernel Mailing List, Linux Next Mailing List

Stephen Rothwell <sfr@canb.auug.org.au> writes:

> Hi all,
>
> After merging the jc_docs tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/crypto/hash.h:248: warning: Excess struct member 'digestsize' description in 'shash_alg'
>
> and 636 new similar warnings :-(
>
> Exposed by commit
>
>   b77fdd6a48e6 ("scripts/kernel-doc: restore warning for Excess struct/union")
>
> I am not sure what we should do about this ... last Friday I only
> got about 18 lines of warnings.

The warnings were expected, of course.

The alternatives are to fix the docs or to revert b77fdd6a48e6,
pretending that all those kerneldoc errors don't actually exist.  The
fixes should be pretty easy to do (and there's far less of them than it
seems from the number of warnings).  I can't get there right away but if
nobody beats me to it I'll try to toss some patches together.

Thanks,

jon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* linux-next: build warning after merge of the jc_docs tree
@ 2023-12-18  7:28 Stephen Rothwell
  2023-12-18 14:18 ` Jonathan Corbet
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2023-12-18  7:28 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Randy Dunlap, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

Hi all,

After merging the jc_docs tree, today's linux-next build (htmldocs)
produced this warning:

include/crypto/hash.h:248: warning: Excess struct member 'digestsize' description in 'shash_alg'

and 636 new similar warnings :-(

Exposed by commit

  b77fdd6a48e6 ("scripts/kernel-doc: restore warning for Excess struct/union")

I am not sure what we should do about this ... last Friday I only
got about 18 lines of warnings.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* linux-next: build warning after merge of the jc_docs tree
@ 2021-02-23  5:19 Stephen Rothwell
  0 siblings, 0 replies; 18+ messages in thread
From: Stephen Rothwell @ 2021-02-23  5:19 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Randy Dunlap, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

Hi all,

After merging the jc_docs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/filesystems/proc.rst:697: WARNING: Unexpected indentation.

Introduced by commit

  93ea4a0b8fce ("Documentation: proc.rst: add more about the 6 fields in loadavg")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2021-01-21  2:07   ` 司延腾
@ 2021-01-21 18:30     ` Jonathan Corbet
  0 siblings, 0 replies; 18+ messages in thread
From: Jonathan Corbet @ 2021-01-21 18:30 UTC (permalink / raw)
  To: 司延腾
  Cc: Stephen Rothwell, Linux Kernel Mailing List, Linux Next Mailing List

On Thu, 21 Jan 2021 10:07:48 +0800 (GMT+08:00)
司延腾 <siyanteng@loongson.cn> wrote:

> Sorry, I apologize for the inconvenience caused to you, I do not
> quibble, but I have been studying for nearly a week, please pay
> attention to my future patches.

Please don't worry, mistakes happen; we just have to learn from them.  I'm
looking forward to your future work.

Thanks,

jon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2021-01-13  4:07 Stephen Rothwell
@ 2021-01-13 23:27 ` Jonathan Corbet
  2021-01-21  2:07   ` 司延腾
  0 siblings, 1 reply; 18+ messages in thread
From: Jonathan Corbet @ 2021-01-13 23:27 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Yanteng Si, Linux Kernel Mailing List, Linux Next Mailing List

On Wed, 13 Jan 2021 15:07:48 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> After merging the jc_docs tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> Documentation/translations/zh_CN/mips/ingenic-tcu.rst:61: WARNING: Malformed table.
> Text in column margin in table line 6.
> 
> ===========         =====
> 时钟                drivers/clk/ingenic/tcu.c
> 中断                drivers/irqchip/irq-ingenic-tcu.c
> 定时器              drivers/clocksource/ingenic-timer.c
> OST                 drivers/clocksource/ingenic-ost.c
> 脉冲宽度调制器      drivers/pwm/pwm-jz4740.c
> 看门狗              drivers/watchdog/jz4740_wdt.c
> ===========         =====
> 
> Introduced by commit
> 
>   419b1d4ed1cb ("doc/zh_CN: add mips ingenic-tcu.rst translation")

Memo to self: you can't skip doing a new build even for simple
translations that obviously shouldn't add any new problems.  Sorry for the
noise, I've applied fixes from Lukas Bulwahn for all of this whole mess of
errors.

Yantang, *please* do not submit documentation patches without having done
a docs build to make sure things work as expected!

Thanks,

jon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2021-01-13  4:12 Stephen Rothwell
@ 2021-01-13  4:18 ` Stephen Rothwell
  0 siblings, 0 replies; 18+ messages in thread
From: Stephen Rothwell @ 2021-01-13  4:18 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Yanteng Si, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1005 bytes --]

Hi all,

On Wed, 13 Jan 2021 15:12:54 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the jc_docs tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> Documentation/translations/zh_CN/mips/booting.rst:5: WARNING: undefined label: booting (if the link has no caption the label must precede a section header)
> 
> Introduced by commit
> 
>   7fd3954b0c52 ("doc/zh_CN: add mips booting.rst translation")

Similarly,

Documentation/translations/zh_CN/mips/features.rst:5: WARNING: undefined label: features (if the link has no caption the label must precede a section header)

from commit

  72bc9d08868d ("doc/zh_CN: add mips features.rst translation")

and

Documentation/translations/zh_CN/mips/ingenic-tcu.rst:5: WARNING: undefined label: ingenic-tcu (if the link has no caption the label must precede a section header)

from commit

  419b1d4ed1cb ("doc/zh_CN: add mips ingenic-tcu.rst translation")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* linux-next: build warning after merge of the jc_docs tree
@ 2021-01-13  4:14 Stephen Rothwell
  0 siblings, 0 replies; 18+ messages in thread
From: Stephen Rothwell @ 2021-01-13  4:14 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Yanteng Si, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

Hi all,

After merging the jc_docs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/translations/zh_CN/mips/index.rst:5: WARNING: undefined label: index (if the link has no caption the label must precede a section header)

Introduced by commit

  b8e724fd7117 ("doc/zh_CN: add mips index.rst translation")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* linux-next: build warning after merge of the jc_docs tree
@ 2021-01-13  4:12 Stephen Rothwell
  2021-01-13  4:18 ` Stephen Rothwell
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2021-01-13  4:12 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Yanteng Si, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

Hi all,

After merging the jc_docs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/translations/zh_CN/mips/booting.rst:5: WARNING: undefined label: booting (if the link has no caption the label must precede a section header)

Introduced by commit

  7fd3954b0c52 ("doc/zh_CN: add mips booting.rst translation")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* linux-next: build warning after merge of the jc_docs tree
@ 2021-01-13  4:07 Stephen Rothwell
  2021-01-13 23:27 ` Jonathan Corbet
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2021-01-13  4:07 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Yanteng Si, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

Hi all,

After merging the jc_docs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/translations/zh_CN/mips/ingenic-tcu.rst:61: WARNING: Malformed table.
Text in column margin in table line 6.

===========         =====
时钟                drivers/clk/ingenic/tcu.c
中断                drivers/irqchip/irq-ingenic-tcu.c
定时器              drivers/clocksource/ingenic-timer.c
OST                 drivers/clocksource/ingenic-ost.c
脉冲宽度调制器      drivers/pwm/pwm-jz4740.c
看门狗              drivers/watchdog/jz4740_wdt.c
===========         =====

Introduced by commit

  419b1d4ed1cb ("doc/zh_CN: add mips ingenic-tcu.rst translation")

This looks different in my editor :-(  I guess the font matters.
-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2020-12-14 19:51 ` Stephen Rothwell
@ 2020-12-14 20:17   ` Jonathan Corbet
  0 siblings, 0 replies; 18+ messages in thread
From: Jonathan Corbet @ 2020-12-14 20:17 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Wang Qing, Linux Kernel Mailing List, Linux Next Mailing List, linux-doc

On Tue, 15 Dec 2020 06:51:43 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> On Mon, 16 Nov 2020 17:03:03 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the jc_docs tree, today's linux-next build (htmldocs)
> > produced this warning:
> > 
> > Documentation/translations/zh_CN/filesystems/tmpfs.rst:5: WARNING: undefined label: tmpfs_index (if the link has no caption the label must precede a section header)
> > 
> > Introduced by commit
> > 
> >   09028e60fcea ("doc: zh_CN: add translatation for tmpfs")  
> 
> I am still getting this warning.

OK, enough of that; I've just tacked on the following patch to address
this problem, thanks for the report.

Thanks,

jon

From 47e44ed01434e51e2e42b188482d837c01e5d16e Mon Sep 17 00:00:00 2001
From: Jonathan Corbet <corbet@lwn.net>
Date: Mon, 14 Dec 2020 13:14:22 -0700
Subject: [PATCH] docs: fix broken cross reference in translations/zh_CN

Commit 09028e60fcea ("doc: zh_CN: add translatation for tmpfs") introduced
a cross reference without adding the appropriate target tag, leading to
this docs-build warning:

  Documentation/translations/zh_CN/filesystems/tmpfs.rst:5: WARNING: undefined label: tmpfs_index (if the link has no caption the label must precede a section header)

With automarkup, we don't actually need an explicit reference here at all,
so just take it out.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 09028e60fcea ("doc: zh_CN: add translatation for tmpfs")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/translations/zh_CN/filesystems/tmpfs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/zh_CN/filesystems/tmpfs.rst b/Documentation/translations/zh_CN/filesystems/tmpfs.rst
index cf3ccab20e50..6fd9d83b2db5 100644
--- a/Documentation/translations/zh_CN/filesystems/tmpfs.rst
+++ b/Documentation/translations/zh_CN/filesystems/tmpfs.rst
@@ -2,7 +2,7 @@
 
 .. include:: ../disclaimer-zh_CN.rst
 
-:Original: :ref:`Documentation/filesystems/tmpfs.rst <tmpfs_index>`
+:Original: Documentation/filesystems/tmpfs.rst
 
 translated by Wang Qing<wangqing@vivo.com>
 
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: linux-next: build warning after merge of the jc_docs tree
  2020-11-16  6:03 Stephen Rothwell
@ 2020-12-14 19:51 ` Stephen Rothwell
  2020-12-14 20:17   ` Jonathan Corbet
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2020-12-14 19:51 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Wang Qing, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

Hi all,

On Mon, 16 Nov 2020 17:03:03 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the jc_docs tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> Documentation/translations/zh_CN/filesystems/tmpfs.rst:5: WARNING: undefined label: tmpfs_index (if the link has no caption the label must precede a section header)
> 
> Introduced by commit
> 
>   09028e60fcea ("doc: zh_CN: add translatation for tmpfs")

I am still getting this warning.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* linux-next: build warning after merge of the jc_docs tree
@ 2020-11-16  6:03 Stephen Rothwell
  2020-12-14 19:51 ` Stephen Rothwell
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2020-11-16  6:03 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Wang Qing, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

Hi all,

After merging the jc_docs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/translations/zh_CN/filesystems/tmpfs.rst:5: WARNING: undefined label: tmpfs_index (if the link has no caption the label must precede a section header)

Introduced by commit

  09028e60fcea ("doc: zh_CN: add translatation for tmpfs")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-12-20  0:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  7:52 linux-next: build warning after merge of the jc_docs tree Stephen Rothwell
2020-12-07  8:56 ` [PATCH] docs: nios2: add missing ReST file Mauro Carvalho Chehab
2020-12-07 21:00   ` Jonathan Corbet
  -- strict thread matches above, loose matches on Subject: below --
2023-12-18  7:28 linux-next: build warning after merge of the jc_docs tree Stephen Rothwell
2023-12-18 14:18 ` Jonathan Corbet
2023-12-19 23:59   ` Randy Dunlap
2023-12-20  0:02     ` Jonathan Corbet
2023-12-20  0:04       ` Randy Dunlap
2021-02-23  5:19 Stephen Rothwell
2021-01-13  4:14 Stephen Rothwell
2021-01-13  4:12 Stephen Rothwell
2021-01-13  4:18 ` Stephen Rothwell
2021-01-13  4:07 Stephen Rothwell
2021-01-13 23:27 ` Jonathan Corbet
2021-01-21  2:07   ` 司延腾
2021-01-21 18:30     ` Jonathan Corbet
2020-11-16  6:03 Stephen Rothwell
2020-12-14 19:51 ` Stephen Rothwell
2020-12-14 20:17   ` Jonathan Corbet

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.