From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9DB11C282EC for ; Tue, 11 Mar 2025 09:37:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/wVsNKg9YkEQ7KSJyQziX/Pf5MNW/2LBII724NcKRvc=; b=u/6QYIEqKmvKz6Tc3OpAUcANGk PBvRRPCOCEKDyh9nuZHK67T0QrXhlXfBah/Su1WQD6pIYvqdD9KKL1REIjQcf40y27XDk3jKT16Fa 2VzgaXIx0blaoXcIbF8VyFBaI0XP/ulUv+VaHbqKVgn9aneV2wzHECT/I12fNu+nexa/bzfT030Nj Vmh4SbB/l7OBWBaTzI5ivw8wGCakc7EjvAEnVAH32nkIav9tgQF8cAu1Q+2oDpeLI8IIHCZmbzH3R gLW9NXrvOqtHM7PENuIfQWoB3ZkRoTruvcFtqhDKczRVjCM3vImNxRA2g3sWg4/qz0Pc/NQZATxPm 57kUxEow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1trw2l-00000005Amq-30B5; Tue, 11 Mar 2025 09:36:59 +0000 Received: from out-189.mta1.migadu.com ([95.215.58.189]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1trw16-00000005AbO-2om4 for linux-arm-kernel@lists.infradead.org; Tue, 11 Mar 2025 09:35:18 +0000 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1741685711; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/wVsNKg9YkEQ7KSJyQziX/Pf5MNW/2LBII724NcKRvc=; b=aTWqcXAzSWTgWXO+B8RX7iWZngEyO3a1jHoDvm0k0X7XvWTj3V6GECXGR3ooUXgbororde 6H+mxi8YqAjgzhuqWwr4p6ti7biIiW1JvnEB5yepdDfKJZLRgaXawAOIkgWvFgZr6j//J0 9a1fDrz5yhnkLIvSmHodJk0bhubB2uE= Date: Tue, 11 Mar 2025 17:34:58 +0800 MIME-Version: 1.0 Subject: Re: [PATCH v2 2/2] vsprintf: remove redundant and unused %pCn format specifier To: Luca Ceresoli , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Florian Fainelli , Ray Jui , Scott Branden , Broadcom internal kernel review list , Petr Mladek , Steven Rostedt , Andy Shevchenko , Rasmus Villemoes , Sergey Senozhatsky , Jonathan Corbet , Andrew Morton , Alex Shi Cc: Binbin Zhou , Thomas Petazzoni , Michael Turquette , Stephen Boyd , Geert Uytterhoeven , Liu Ying , linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org References: <20250311-vsprintf-pcn-v2-0-0af40fc7dee4@bootlin.com> <20250311-vsprintf-pcn-v2-2-0af40fc7dee4@bootlin.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanteng Si In-Reply-To: <20250311-vsprintf-pcn-v2-2-0af40fc7dee4@bootlin.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250311_023517_063032_FC973E49 X-CRM114-Status: GOOD ( 22.28 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 在 3/11/25 5:21 PM, Luca Ceresoli 写道: > %pC and %pCn print the same string, and commit 900cca294425 ("lib/vsprintf: > add %pC{,n,r} format specifiers for clocks") introducing them does not > clarify any intended difference. It can be assumed %pC is a default for > %pCn as some other specifiers do, but not all are consistent with this > policy. Moreover there is now no other suffix other than 'n', which makes a > default not really useful. > > All users in the kernel were using %pC except for one which has been > converted. So now remove %pCn and all the unnecessary extra code and > documentation. > > Acked-by: Stephen Boyd > Reviewed-by: Geert Uytterhoeven > Signed-off-by: Luca Ceresoli Reviewed-by: Yanteng Si Thanks, Yanteng > > --- > > Changes in v2: > - update Chinese documentation (change acked by Yanteng Si ) > --- > Documentation/core-api/printk-formats.rst | 3 +-- > Documentation/translations/zh_CN/core-api/printk-formats.rst | 3 +-- > lib/vsprintf.c | 10 ++-------- > 3 files changed, 4 insertions(+), 12 deletions(-) > > diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst > index ecccc0473da9c10f45f2464566f690472c61401e..f3009e6ec80a864c330c8812efcd82c12f4066b3 100644 > --- a/Documentation/core-api/printk-formats.rst > +++ b/Documentation/core-api/printk-formats.rst > @@ -571,9 +571,8 @@ struct clk > :: > > %pC pll1 > - %pCn pll1 > > -For printing struct clk structures. %pC and %pCn print the name of the clock > +For printing struct clk structures. %pC prints the name of the clock > (Common Clock Framework) or a unique 32-bit ID (legacy clock framework). > > Passed by reference. > diff --git a/Documentation/translations/zh_CN/core-api/printk-formats.rst b/Documentation/translations/zh_CN/core-api/printk-formats.rst > index bd36d35eba4eb124be43a66227059a30429e4135..96a917ecc93f2a4872784b6d8e3f98bcb9f5f737 100644 > --- a/Documentation/translations/zh_CN/core-api/printk-formats.rst > +++ b/Documentation/translations/zh_CN/core-api/printk-formats.rst > @@ -523,9 +523,8 @@ clk结构体 > :: > > %pC pll1 > - %pCn pll1 > > -用于打印clk结构。%pC 和 %pCn 打印时钟的名称(通用时钟框架)或唯一的32位 > +用于打印clk结构。%pC 打印时钟的名称(通用时钟框架)或唯一的32位 > ID(传统时钟框架)。 > > 通过引用传递。 > diff --git a/lib/vsprintf.c b/lib/vsprintf.c > index 56fe96319292674c9f79559cf78dd0d99d1a1f06..143d55cb1c12acac21a6c6bafd255437e878f280 100644 > --- a/lib/vsprintf.c > +++ b/lib/vsprintf.c > @@ -1969,15 +1969,11 @@ char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, > if (check_pointer(&buf, end, clk, spec)) > return buf; > > - switch (fmt[1]) { > - case 'n': > - default: > #ifdef CONFIG_COMMON_CLK > - return string(buf, end, __clk_get_name(clk), spec); > + return string(buf, end, __clk_get_name(clk), spec); > #else > - return ptr_to_id(buf, end, clk, spec); > + return ptr_to_id(buf, end, clk, spec); > #endif > - } > } > > static > @@ -2382,8 +2378,6 @@ char *rust_fmt_argument(char *buf, char *end, void *ptr); > * T time64_t > * - 'C' For a clock, it prints the name (Common Clock Framework) or address > * (legacy clock framework) of the clock > - * - 'Cn' For a clock, it prints the name (Common Clock Framework) or address > - * (legacy clock framework) of the clock > * - 'G' For flags to be printed as a collection of symbolic strings that would > * construct the specific value. Supported flags given by option: > * p page flags (see struct page) given as pointer to unsigned long >