diff options
author | Binbin Zhou <zhoubinbin@loongson.cn> | 2022-06-22 18:18:52 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-06-24 13:15:03 -0600 |
commit | 4faa99e38c3e45ff031400839783ab0843740c35 (patch) | |
tree | 670a9f264a273198e25cd309920f1fd07267fad4 /Documentation/translations/zh_CN/core-api | |
parent | f5158bfe8777d1c42694cd53c59a7b0297e57cc6 (diff) | |
download | linux-stable-4faa99e38c3e45ff031400839783ab0843740c35.tar.gz linux-stable-4faa99e38c3e45ff031400839783ab0843740c35.tar.bz2 linux-stable-4faa99e38c3e45ff031400839783ab0843740c35.zip |
docs/zh_CN: core-api: Update the translation of printk-basics.rst to 5.19-rc3
Synchronous translation from upstream commit 7d9e2661f268
("printk: Move the printk() kerneldoc comment to its new home")
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Reviewed-by: Yanteng Si<siyanteng@loongson.cn>
Reviewed-by: Wu XiangCheng <bobwxc@email.cn>
Link: https://lore.kernel.org/r/56c6d212d6835029b4adf19cf78eec49c7a126d6.1655863769.git.zhoubinbin@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_CN/core-api')
-rw-r--r-- | Documentation/translations/zh_CN/core-api/printk-basics.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/translations/zh_CN/core-api/printk-basics.rst b/Documentation/translations/zh_CN/core-api/printk-basics.rst index d574de3167c8..59c6efb3fc41 100644 --- a/Documentation/translations/zh_CN/core-api/printk-basics.rst +++ b/Documentation/translations/zh_CN/core-api/printk-basics.rst @@ -6,6 +6,7 @@ :翻译: 司延腾 Yanteng Si <siyanteng@loongson.cn> + 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> .. _cn_printk-basics.rst: @@ -107,6 +108,4 @@ pr_debug()和pr_devel(),除非定义了 ``DEBUG`` (或者在pr_debug()的情 该API在以下内核代码中: -kernel/printk/printk.c - include/linux/printk.h |