On Sun, Mar 02, 2025 at 09:33:59PM +0200, Jarkko Sakkinen wrote: > WARNING: line length of 102 exceeds 100 columns > #764: FILE: drivers/char/tpm/tpm_crb.c:821: > + FW_BUG "TPM2 ACPI table has wrong size %u for start method type %d\n", Just ignore that, it is an error in checkpatch. Strings are required to be long. I suspect FW_BUG confused it. Jason