Re: [PATCH 02/15] acpi/ghes: simplify acpi_ghes_record_errors() code

2024-09-25 Thread Jonathan Cameron via
On Wed, 25 Sep 2024 06:04:07 +0200 Mauro Carvalho Chehab wrote: > Reduce the ident of the function and prepares it for > the next changes. > > No functional changes. > > Signed-off-by: Mauro Carvalho Chehab > Reviewed-by: Igor Mammedov Some of the alignment doesn't seem to match local style w

[PATCH 02/15] acpi/ghes: simplify acpi_ghes_record_errors() code

2024-09-24 Thread Mauro Carvalho Chehab
Reduce the ident of the function and prepares it for the next changes. No functional changes. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Igor Mammedov --- hw/acpi/ghes.c | 56 ++ 1 file changed, 29 insertions(+), 27 deletions(-) diff --gi