ACPICA: actbl2.h: ACPI 6.5: RAS2: Rename structure and field names of the RAS2 table
authorShiju Jose <shiju.jose@huawei.com>
Fri, 25 Apr 2025 19:29:12 +0000 (21:29 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 May 2025 13:38:42 +0000 (15:38 +0200)
commitd46825d2e505caa52d6f9e614575c364fd2190c6
treefc6dc4c0f66236a9d6ca03c917a96c8e83475daa
parent2b82118845e04c7adf4ece797150c19809bab29b
ACPICA: actbl2.h: ACPI 6.5: RAS2: Rename structure and field names of the RAS2 table

ACPICA commit 2c8a38f747de9d977491a494faf0dfaf799b777b

Rename the structure and field names of the RAS2 table to shorten them and
avoid long lines in the ACPI RAS2 drivers.

 1. struct acpi_ras2_shared_memory to struct acpi_ras2_shmem

 2. In struct acpi_ras2_shared_memory: fields,
    - set_capabilities[16] to set_caps[16]
    - num_parameter_blocks to num_param_blks
    - set_capabilities_status to set_caps_status

 3. struct acpi_ras2_patrol_scrub_parameter to
    struct acpi_ras2_patrol_scrub_param

 4. In struct acpi_ras2_patrol_scrub_parameter: fields,
    - patrol_scrub_command to command
    - requested_address_range to req_addr_range
    - actual_address_range to actl_addr_range

Link: https://github.com/acpica/acpica/commit/2c8a38f7
Signed-off-by: Shiju Jose <shiju.jose@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/1942053.CQOukoFCf9@rjwysocki.net
include/acpi/actbl2.h