From nobody Fri Dec 19 12:31:47 2025 Received: from bg5.exmail.qq.com (bg5.exmail.qq.com [43.155.80.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 58F39B641; Thu, 21 Dec 2023 05:59:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=shingroup.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=shingroup.cn X-QQ-mid: bizesmtp75t1703138317tn34i1sc Received: from HX01040022.powercore.com.cn ( [223.112.234.130]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 21 Dec 2023 13:58:35 +0800 (CST) X-QQ-SSF: 01400000000000B0B000000A0000000 X-QQ-FEAT: nA8mzCjPbKhGBn850sgwajtUoZgKOipjl+h8F581A/U2+hRYQkbNcWxNRxow0 apbv73toR/zQqt2GGAA5mM21WzAVvDatAK2HNZZD6zJpe/A+Z2Mtpc32+rVpapci+0+wmtL pUz3N6rERb2me6XbELidjMV5/YjqYlZ4D5Bce2WD+zhs6viEBOgqSRkxLlBuvNxv9OqgUJj yQQMxPsNyCEaNPDPx7TaF5OLfOQEyo3sY5eYbzV3/a2isEN+cdKaRoJTQQBbgwuWxFSGB0M GR186SNKaIIBkcC7HVrBBRMpYyJfsWZVux6Mpbu4hmXjj/Tj3eE7xz1gjsfQF9VKHp4KHHB ksnk8nFYpJv7oxTkjlJ8YcBjd4Q2a65btgzbHJMLgJ83M/uZezkrhxRWnpwYENE0B0Ea0KH h91AgqX/qEHn809BUI9HCsLUCyP+arVX X-QQ-GoodBg: 2 X-BIZMAIL-ID: 4987725630253096874 From: "JiaLong.Yang" To: Alex Shi , Yanteng Si , Jonathan Corbet Cc: shenghui.qu@shingroup.cn, ke.zhao@shingroup.cn, zhijie.ren@shingroup.cn, "JiaLong.Yang" , Zenghui Yu , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH V2] Docs/zh_CN: Fix the meaning of DEBUG to pr_debug() Date: Thu, 21 Dec 2023 13:58:32 +0800 Message-Id: <20231221055832.4374-1-jialong.yang@shingroup.cn> In-Reply-To: <340cbb78-3e68-4584-8e11-313f7f86fd34@loongson.cn> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:shingroup.cn:qybglogicsvrgz:qybglogicsvrgz6a-1 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 link: https://lore.kernel.org/lkml/a9cbebd8-dd6e-d81c-471f-f40dcc7196ea@lin= ux.dev/ Reviewed-by: Zenghui Yu link: https://lore.kernel.org/lkml/340cbb78-3e68-4584-8e11-313f7f86fd34@loo= ngson.cn/ Acked-by: Yanteng Si --- V2: add commit info. Maybe now I have known about the process of patch. Sorry for wasting time of yours. Documentation/translations/zh_CN/core-api/printk-basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/core-api/printk-basics.rst b/= Documentation/translations/zh_CN/core-api/printk-basics.rst index 59c6efb3fc41..cafa01bccff2 100644 --- a/Documentation/translations/zh_CN/core-api/printk-basics.rst +++ b/Documentation/translations/zh_CN/core-api/printk-basics.rst @@ -100,7 +100,7 @@ printk()=E7=9A=84=E7=94=A8=E6=B3=95=E9=80=9A=E5=B8=B8= =E6=98=AF=E8=BF=99=E6=A0=B7=E7=9A=84:: =20 =E4=B8=BA=E4=BA=86=E8=B0=83=E8=AF=95=EF=BC=8C=E8=BF=98=E6=9C=89=E4=B8=A4= =E4=B8=AA=E6=9C=89=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91=E7=9A=84=E5=AE=8F=EF= =BC=9A pr_debug()=E5=92=8Cpr_devel()=EF=BC=8C=E9=99=A4=E9=9D=9E=E5=AE=9A=E4=B9=89= =E4=BA=86 ``DEBUG`` (=E6=88=96=E8=80=85=E5=9C=A8pr_debug()=E7=9A=84=E6=83= =85=E5=86=B5=E4=B8=8B=E5=AE=9A=E4=B9=89=E4=BA=86 -``CONFIG_DYNAMIC_DEBUG`` )=EF=BC=8C=E5=90=A6=E5=88=99=E5=AE=83=E4=BB=AC=E4= =BC=9A=E8=A2=AB=E7=BC=96=E8=AF=91=E3=80=82 +``CONFIG_DYNAMIC_DEBUG`` )=EF=BC=8C=E5=90=A6=E5=88=99=E5=AE=83=E4=BB=AC=E4= =B8=8D=E4=BC=9A=E8=A2=AB=E7=BC=96=E8=AF=91=E3=80=82 =20 =20 =E5=87=BD=E6=95=B0=E6=8E=A5=E5=8F=A3 --=20 2.25.1