summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGopi Krishna Menon <krishnagopi487@gmail.com>2025-10-03 23:05:59 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-10-03 23:24:55 +0200
commit7e8f305a081e22ce81aab7f7b9ce01437cbd38b3 (patch)
tree65121e79edf02fc9a2260ef0bc6dfa3f3f36b988
parent989ed3cad2fdb7921bf0f9f0f730e1bb065946c2 (diff)
docs/zh_CN: Fix malformed table
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>
-rw-r--r--Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst b/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
index 8238f4c6e4f5..2d5e84d8e58d 100644
--- a/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
+++ b/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
@@ -112,7 +112,7 @@ CPUfreq核心层注册一个cpufreq_driver结构体。
| | |
+-----------------------------------+--------------------------------------+
|policy->cpuinfo.transition_latency | CPU在两个频率之间切换所需的时间,以 |
-| | 纳秒为单位 |
+| | 纳秒为单位 |
| | |
+-----------------------------------+--------------------------------------+
|policy->cur | 该CPU当前的工作频率(如适用) |