Docs/zh_CN: Fix the meaning of DEBUG to pr_debug()
authorJiaLong.Yang <jialong.yang@shingroup.cn>
Thu, 21 Dec 2023 05:58:32 +0000 (13:58 +0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 3 Jan 2024 21:23:48 +0000 (14:23 -0700)
We know the macro DEBUG will make pr_debug() save the formatted
string into final binary. But the translation in chinese gives a
opposite meaning.

Signed-off-by: "JiaLong.Yang" <jialong.yang@shingroup.cn>
Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>
Acked-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231221055832.4374-1-jialong.yang@shingroup.cn
Documentation/translations/zh_CN/core-api/printk-basics.rst

index 59c6efb3fc41b9cc1f896e5aef66e72762c1f77e..cafa01bccff2905310c9c212109f9b3f9fa47cad 100644 (file)
@@ -100,7 +100,7 @@ printk()的用法通常是这样的::
 
 为了调试,还有两个有条件编译的宏:
 pr_debug()和pr_devel(),除非定义了 ``DEBUG`` (或者在pr_debug()的情况下定义了
-``CONFIG_DYNAMIC_DEBUG`` ),否则它们会被编译。
+``CONFIG_DYNAMIC_DEBUG`` )ï¼\8cå\90¦å\88\99å®\83们ä¸\8dä¼\9a被ç¼\96è¯\91ã\80\82
 
 
 函数接口