2021-01-13 04:12:41

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the jc_docs tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2021-01-14 02:01:31

by Jonathan Corbet

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the jc_docs tree

On Wed, 13 Jan 2021 15:07:48 +1100
Stephen Rothwell <[email protected]> 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

2021-01-21 03:29:31

by Yanteng Si

[permalink] [raw]
Subject: Re: Re: linux-next: build warning after merge of the jc_docs tree

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.

Thanks
Yanteng


&gt; -----原始邮件-----
&gt; 发件人: "Jonathan Corbet" <[email protected]>
&gt; 发送时间: 2021-01-14 07:27:30 (星期四)
&gt; 收件人: "Stephen Rothwell" <[email protected]>
&gt; 抄送: "Yanteng Si" <[email protected]>, "Linux Kernel Mailing List" <[email protected]>, "Linux Next Mailing List" <[email protected]>
&gt; 主题: Re: linux-next: build warning after merge of the jc_docs tree
&gt;
&gt; On Wed, 13 Jan 2021 15:07:48 +1100
&gt; Stephen Rothwell <[email protected]> wrote:
&gt;
&gt; &gt; After merging the jc_docs tree, today's linux-next build (htmldocs)
&gt; &gt; produced this warning:
&gt; &gt;
&gt; &gt; Documentation/translations/zh_CN/mips/ingenic-tcu.rst:61: WARNING: Malformed table.
&gt; &gt; Text in column margin in table line 6.
&gt; &gt;
&gt; &gt; =========== =====
&gt; &gt; 时钟 drivers/clk/ingenic/tcu.c
&gt; &gt; 中断 drivers/irqchip/irq-ingenic-tcu.c
&gt; &gt; 定时器 drivers/clocksource/ingenic-timer.c
&gt; &gt; OST drivers/clocksource/ingenic-ost.c
&gt; &gt; 脉冲宽度调制器 drivers/pwm/pwm-jz4740.c
&gt; &gt; 看门狗 drivers/watchdog/jz4740_wdt.c
&gt; &gt; =========== =====
&gt; &gt;
&gt; &gt; Introduced by commit
&gt; &gt;
&gt; &gt; 419b1d4ed1cb ("doc/zh_CN: add mips ingenic-tcu.rst translation")
&gt;
&gt; Memo to self: you can't skip doing a new build even for simple
&gt; translations that obviously shouldn't add any new problems. Sorry for the
&gt; noise, I've applied fixes from Lukas Bulwahn for all of this whole mess of
&gt; errors.
&gt;
&gt; Yantang, *please* do not submit documentation patches without having done
&gt; a docs build to make sure things work as expected!
&gt;
&gt; Thanks,
&gt;
&gt; jon


</[email protected]></[email protected]></[email protected]></[email protected]></[email protected]></[email protected]>

2021-01-21 18:35:23

by Jonathan Corbet

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the jc_docs tree

On Thu, 21 Jan 2021 10:07:48 +0800 (GMT+08:00)
司延腾 <[email protected]> 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