Re: [PATCH 3/6] acpi/ghes: rename the function which gets hw error offsets

2024-11-22 Thread Mauro Carvalho Chehab
Em Wed, 20 Nov 2024 14:33:08 + Jonathan Cameron escreveu: > On Wed, 13 Nov 2024 09:37:00 +0100 > Mauro Carvalho Chehab wrote: > > > Rename: get_ghes_offsets->get_hw_error_offsets > > to make clear that this function return offsets based on the > > hardware error firmware. > > > > Signed-of

Re: [PATCH 3/6] acpi/ghes: rename the function which gets hw error offsets

2024-11-20 Thread Jonathan Cameron via
On Wed, 13 Nov 2024 09:37:00 +0100 Mauro Carvalho Chehab wrote: > Rename: get_ghes_offsets->get_hw_error_offsets > to make clear that this function return offsets based on the > hardware error firmware. > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Cameron

[PATCH 3/6] acpi/ghes: rename the function which gets hw error offsets

2024-11-13 Thread Mauro Carvalho Chehab
Rename: get_ghes_offsets->get_hw_error_offsets to make clear that this function return offsets based on the hardware error firmware. Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/ghes.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hw/acpi/ghes.c b/hw/acpi/ghes.