Re: [PATCH v6 4/7] ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_affinity()

From: Jonathan Cameron
Date: Tue Apr 30 2024 - 11:04:32 EST


On Tue, 30 Apr 2024 11:21:57 +0200
Robert Richter <rrichter@xxxxxxx> wrote:

> After removing architectural code the helper function
> acpi_numa_memory_affinity_init() is no longer needed. Squash it into
> acpi_parse_memory_affinity(). No functional changes intended.
>
> While at it, fixing checkpatch complaints in code moved.
>
> Reported-by: kernel test robot <oliver.sang@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-lkp/202403220943.96dde419-oliver.sang@xxxxxxxxx
> Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>
> Signed-off-by: Robert Richter <rrichter@xxxxxxx>

Looks good to me. Printing an SRAT entry we then throw away is a bit
odd but it always did that.


Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>