[PATCH 08/33] ACPI / MPAM: Parse the MPAM table

James Morse james.morse at arm.com
Thu Sep 4 10:28:21 PDT 2025


Hi Markus,

On 23/08/2025 11:55, Markus Elfring wrote:
>>> +++ b/drivers/acpi/arm64/mpam.c
>> @@ -0,0 +1,331 @@
>>> +static int __init acpi_mpam_parse(void)
>> +{
>> +        struct acpi_table_header *table __free(acpi_table) = acpi_get_table_ret(ACPI_SIG_MPAM, 0);
>> +	char *table_end, *table_offset = (char *)(table + 1);
>> 
> Please replace eight space characters by a tab character here.
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?h=v6.17-rc2#n18
> 
> Are further source code places similarly improvable?

Yes - I just copied this rune from the email from Jonathan that suggested it.
'Fixed',


Thanks,

James



More information about the linux-arm-kernel mailing list