linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for doc-next] doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst
@ 2021-01-13  7:00 Lukas Bulwahn
  2021-01-13  7:33 ` Alex Shi
  2021-01-13 23:21 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2021-01-13  7:00 UTC (permalink / raw)
  To: Jonathan Corbet, Yanteng Si, Harry Wei, Alex Shi, linux-doc
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 419b1d4ed1cb ("doc/zh_CN: add mips ingenic-tcu.rst translation")
introduces a warning with make htmldocs:

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

Adjust the table markup to address this warning.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20210113

Yanteng, please ack.

Jonathan, please pick this doc warning fixup on your -next tree. 

 Documentation/translations/zh_CN/mips/ingenic-tcu.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/translations/zh_CN/mips/ingenic-tcu.rst b/Documentation/translations/zh_CN/mips/ingenic-tcu.rst
index 72b5d409ed89..9324a0a26430 100644
--- a/Documentation/translations/zh_CN/mips/ingenic-tcu.rst
+++ b/Documentation/translations/zh_CN/mips/ingenic-tcu.rst
@@ -53,14 +53,14 @@
 
 TCU硬件的功能分布在多个驱动程序:
 
-===========         =====
+==============      ===================================
 时钟                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
-===========         =====
+==============      ===================================
 
 因为可以从相同的寄存器控制属于不同驱动程序和框架的TCU的各种功能,所以
 所有这些驱动程序都通过相同的控制总线通用接口访问它们的寄存器。
-- 
2.17.1


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

* Re: [PATCH for doc-next] doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst
  2021-01-13  7:00 [PATCH for doc-next] doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst Lukas Bulwahn
@ 2021-01-13  7:33 ` Alex Shi
  2021-01-13 23:21 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Shi @ 2021-01-13  7:33 UTC (permalink / raw)
  To: Lukas Bulwahn, Jonathan Corbet, Yanteng Si, Harry Wei, linux-doc
  Cc: kernel-janitors, linux-kernel

Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>

在 2021/1/13 下午3:00, Lukas Bulwahn 写道:
> Commit 419b1d4ed1cb ("doc/zh_CN: add mips ingenic-tcu.rst translation")
> introduces a warning with make htmldocs:
> 
>   ./Documentation/translations/zh_CN/mips/ingenic-tcu.rst:
>     61: WARNING: Malformed table. Text in column margin in table line 6.
> 
> Adjust the table markup to address this warning.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20210113
> 
> Yanteng, please ack.
> 
> Jonathan, please pick this doc warning fixup on your -next tree. 
> 
>  Documentation/translations/zh_CN/mips/ingenic-tcu.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/translations/zh_CN/mips/ingenic-tcu.rst b/Documentation/translations/zh_CN/mips/ingenic-tcu.rst
> index 72b5d409ed89..9324a0a26430 100644
> --- a/Documentation/translations/zh_CN/mips/ingenic-tcu.rst
> +++ b/Documentation/translations/zh_CN/mips/ingenic-tcu.rst
> @@ -53,14 +53,14 @@
>  
>  TCU硬件的功能分布在多个驱动程序:
>  
> -===========         =====
> +==============      ===================================
>  时钟                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
> -===========         =====
> +==============      ===================================
>  
>  因为可以从相同的寄存器控制属于不同驱动程序和框架的TCU的各种功能,所以
>  所有这些驱动程序都通过相同的控制总线通用接口访问它们的寄存器。
> 

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

* Re: [PATCH for doc-next] doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst
  2021-01-13  7:00 [PATCH for doc-next] doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst Lukas Bulwahn
  2021-01-13  7:33 ` Alex Shi
@ 2021-01-13 23:21 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-01-13 23:21 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Yanteng Si, Harry Wei, Alex Shi, linux-doc, kernel-janitors,
	linux-kernel

On Wed, 13 Jan 2021 08:00:23 +0100
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit 419b1d4ed1cb ("doc/zh_CN: add mips ingenic-tcu.rst translation")
> introduces a warning with make htmldocs:
> 
>   ./Documentation/translations/zh_CN/mips/ingenic-tcu.rst:
>     61: WARNING: Malformed table. Text in column margin in table line 6.
> 
> Adjust the table markup to address this warning.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20210113
> 
> Yanteng, please ack.
> 
> Jonathan, please pick this doc warning fixup on your -next tree. 

Not waiting for the ack, I've applied this (with an added Fixes tag),
thanks.

jon

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

end of thread, other threads:[~2021-01-14  2:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13  7:00 [PATCH for doc-next] doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst Lukas Bulwahn
2021-01-13  7:33 ` Alex Shi
2021-01-13 23:21 ` Jonathan Corbet

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).