]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
docs/zh_CN: Fix malformed table
authorGopi Krishna Menon <krishnagopi487@gmail.com>
Fri, 3 Oct 2025 17:35:59 +0000 (23:05 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 3 Oct 2025 21:24:55 +0000 (23:24 +0200)
Running "make htmldocs" generates the following build error
in zh_CN/cpu-freq/cpu-drivers.rst:

Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst:109: ERROR: Malformed table.

Fix the table formatting to resolve the error.

Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst

index 8238f4c6e4f51ad1c07cf04363344f8d44175a5c..2d5e84d8e58d6b0245de73a7499b7999a45a5d92 100644 (file)
@@ -112,7 +112,7 @@ CPUfreq核心层注册一个cpufreq_driver结构体。
 |                                   |                                      |
 +-----------------------------------+--------------------------------------+
 |policy->cpuinfo.transition_latency | CPU在两个频率之间切换所需的时间,以  |
-|                                   | 纳秒为单位                    |
+|                                   | 纳秒为单位                           |
 |                                   |                                      |
 +-----------------------------------+--------------------------------------+
 |policy->cur                        | 该CPU当前的工作频率(如适用)          |