From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 224051DA21; Wed, 3 Jan 2024 21:23:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="j7f4ijon" Received: from localhost (unknown [IPv6:2601:280:5e00:7e19::646]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 60D068E3; Wed, 3 Jan 2024 21:23:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 60D068E3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1704317017; bh=hPBXGJx4KuTZLUTGOfnBh0rwbPYSu4hMMIs+rC1U6VI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=j7f4ijon3vUOPX8Vq7odfdXXtHSDkSpTqhoFLU1pcmAFPjHtBBzKGwYnjB38ItBQ6 9xwYENT4cb7o0J2VZYGaicPbsvTOz6kxiGz8W9okyaoB9pAntU8RuwLaHKW/IXHJEC b+pQTqrsa3HptnE7RxJH49D33+wknbeCxY1PErYfSsl6+DuWhZh54MQiPY8OujCQ1a SKUzr8LEX6n3CXQ070/k0F5nf0gy3BbPeNbb6va44J0Xtv256eqIhrddE4cqcMTHgC q1+2GjZI0la5fgX9eMREETeh/ine8IAVZQ/45k4NgabnJLjJrlacZPcAFHfpgkjezb 5eiBJ2mfxAqzw== From: Jonathan Corbet To: "JiaLong.Yang" , Alex Shi , Yanteng Si 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: Re: [PATCH V2] Docs/zh_CN: Fix the meaning of DEBUG to pr_debug() In-Reply-To: <20231221055832.4374-1-jialong.yang@shingroup.cn> References: <20231221055832.4374-1-jialong.yang@shingroup.cn> Date: Wed, 03 Jan 2024 14:23:36 -0700 Message-ID: <874jfu861z.fsf@meer.lwn.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "JiaLong.Yang" writes: > 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@linux.dev/ > Reviewed-by: Zenghui Yu > link: https://lore.kernel.org/lkml/340cbb78-3e68-4584-8e11-313f7f86fd34@loongson.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. Applied, thanks. jon