Re: [PATCH] platform/x86: thinkpad_acpi: use seq_puts() instead of seq_printf()
From: Ilpo Järvinen
Date: Mon Mar 09 2026 - 10:58:27 EST
On Mon, 02 Feb 2026 12:52:11 -0800, Coby McKinney wrote:
> checkpatch.pl reported warnings where seq_printf() was used for simple
> strings with no format specifiers.
>
> Replace these instances with seq_puts() to avoid the overhead of runtime
> string parsing and to conform to kernel coding standards.
>
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86: thinkpad_acpi: use seq_puts() instead of seq_printf()
commit: c2948247cd1a6f3e476df46a1bd903c79f3228dd
--
i.