mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
ACPICA: MPAM: Correct the typo in struct acpi_mpam_msc_node member
ACPICA commit 3da3f7d776d17e9bfbb15de88317de8d7397ce38 A member of the struct acpi_mpam_msc_node that represents a Memory System Controller node structure - num_resource_nodes has a typo. Fix the typo No functional change. Link: https://github.com/acpica/acpica/commit/3da3f7d7 Signed-off-by: Punit Agrawal <punit.agrawal@bytedance.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
703c730794
commit
cf94e10a03
@ -1607,7 +1607,7 @@ struct acpi_mpam_msc_node {
|
||||
u32 max_nrdy_usec;
|
||||
u64 hardware_id_linked_device;
|
||||
u32 instance_id_linked_device;
|
||||
u32 num_resouce_nodes;
|
||||
u32 num_resource_nodes;
|
||||
};
|
||||
|
||||
struct acpi_table_mpam {
|
||||
|
Loading…
Reference in New Issue
Block a user