[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d1270a11-6587-432e-9ea5-5fb3b4ca559a@arm.com>
Date: Wed, 5 Mar 2025 10:09:18 -0600
From: Stuart Yoder <stuart.yoder@....com>
To: Jarkko Sakkinen <jarkko@...nel.org>, Jason Gunthorpe <jgg@...pe.ca>
Cc: linux-integrity@...r.kernel.org, peterhuewe@....de, sudeep.holla@....com,
rafael@...nel.org, lenb@...nel.org, linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 0/5] Add support for the TPM FF-A start method
On 3/4/25 10:02 AM, Jarkko Sakkinen wrote:
> On Mon, 2025-03-03 at 12:55 -0400, Jason Gunthorpe wrote:
>> 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.
>
> Yep, as its own issue I think you are right.
>
> I also noticed couple of additional style issues not picked
> by checkpatch:
>
> if (rc == -ENOENT) { // FF-A driver is not available yet
> rc = -EPROBE_DEFER;
> }
>
> I.e. extra curly braces and "//" comment.
>
> Should be:
>
> /* If driver is not available yet, request probe retry: */
> if (rc == -ENOENT)
> rc = -EPROBE_DEFER;
>
I will respin and fix this.
Thanks,
Stuart
Powered by blists - more mailing lists