Re: [PATCH 1/5] acpi: new function acpi_update_checksum()

2025-03-26 Thread Ilias Apalodimas
On Sat, 22 Mar 2025 at 01:21, Heinrich Schuchardt wrote: > > Introduce a new function to update ACPI table headers. > This allows to simplify the existing code. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas > --- > include/acpi/acpi_table.h | 7 +++ > lib/acpi/acpi.

Re: [PATCH 1/5] acpi: new function acpi_update_checksum()

2025-03-25 Thread Matthias Brugger
On 22/03/2025 00:21, Heinrich Schuchardt wrote: Introduce a new function to update ACPI table headers. This allows to simplify the existing code. Signed-off-by: Heinrich Schuchardt Reviewed-by: Matthias Brugger --- include/acpi/acpi_table.h | 7 +++ lib/acpi/acpi.c | 7

[PATCH 1/5] acpi: new function acpi_update_checksum()

2025-03-21 Thread Heinrich Schuchardt
Introduce a new function to update ACPI table headers. This allows to simplify the existing code. Signed-off-by: Heinrich Schuchardt --- include/acpi/acpi_table.h | 7 +++ lib/acpi/acpi.c | 7 +++ 2 files changed, 14 insertions(+) diff --git a/include/acpi/acpi_table.h b/inclu