From nobody Sun Oct 5 07:22:38 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5393023AE93; Thu, 7 Aug 2025 07:36:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754552166; cv=none; b=ks/yfT5NDLHBklB8NnrJmSO+5P/TQSM0YNED2cqCR9+X7VwEJxp50GM2rapiEtvq2r9xy0n/gkOGITc+IuOihJdp0upOh6h/6z9xo5msFaQUtGnOcnUM2I3h0DYRG3HuwTFZP9OI9aO6/6UMTePK81I4GdNCOUM8YlMYGx8fB9c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754552166; c=relaxed/simple; bh=PG8Yk4HyrfQwkWkqUTAXxSJJeGZUQPTyxugjKqBtjRs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=BCQmy+67nQuQ+gjADXl9CeNjK6ToYqvg+dMCHksSYem7K+rXWXx21vVrKgOAe5FnMFgHNiKFw7Qn2TA1AwFhC7jVASy01WZz6cWQ4g5MSqB1Z8t5nI1VKgUJD6fl1GYT4g5CHLhah/COGurb3rNLujy1esqTdXeaWTwWSs2rYF0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A854C4CEEB; Thu, 7 Aug 2025 07:36:04 +0000 (UTC) From: Geert Uytterhoeven To: Petr Mladek , Steven Rostedt , Andy Shevchenko , Rasmus Villemoes , Sergey Senozhatsky , Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] Documentation/printf: Use literal fwnode_handle Date: Thu, 7 Aug 2025 09:36:01 +0200 Message-ID: <07262c55e82fc4a3e3dbe7c45713b14955271e7f.1754552156.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.43.0 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 When looking for fwnode_handle in the printk format documentation, it is only found in the Chinese translation: $ git grep fwnode_handle -- Documentation/*printk-formats.rst Documentation/translations/zh_CN/core-api/printk-formats.rst:=E7=94=A8= =E4=BA=8E=E6=89=93=E5=8D=B0fwnode_handles=E7=9A=84=E6=B6=88=E6=81=AF=E3=80= =82=E9=BB=98=E8=AE=A4=E6=83=85=E5=86=B5=E4=B8=8B=E6=98=AF=E6=89=93=E5=8D=B0= =E5=AE=8C=E6=95=B4=E7=9A=84=E8=8A=82=E7=82=B9=E5=90=8D=E7=A7=B0=EF=BC=8C=E5= =8C=85=E6=8B=AC=E8=B7=AF=E5=BE=84=E3=80=82 This happens because the original documentation talks about "fwnode handles", without mentioning the actual type name. Signed-off-by: Geert Uytterhoeven Reviewed-by: Andy Shevchenko Reviewed-by: Kunwu Chan Reviewed-by: Sakari Ailus Tested-by: Kunwu Chan --- Documentation/core-api/printk-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core= -api/printk-formats.rst index 4b7f3646ec6ce028..7f2f11b482865175 100644 --- a/Documentation/core-api/printk-formats.rst +++ b/Documentation/core-api/printk-formats.rst @@ -521,7 +521,7 @@ Fwnode handles =20 %pfw[fP] =20 -For printing information on fwnode handles. The default is to print the fu= ll +For printing information on an fwnode_handle. The default is to print the = full node name, including the path. The modifiers are functionally equivalent to %pOF above. =20 --=20 2.43.0