Commit 174a6db2 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Jonathan Corbet
Browse files

doc/zh_CN: adjust table markup in mips/ingenic-tcu.rst



Commit 419b1d4e ("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: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Fixes: 419b1d4e ("doc/zh_CN: add mips ingenic-tcu.rst translation")
Reviewed-by: default avatarAlex Shi <alex.shi@linux.alibaba.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20210113070023.25064-1-lukas.bulwahn@gmail.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 419b1d4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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的各种功能,所以
所有这些驱动程序都通过相同的控制总线通用接口访问它们的寄存器。