Skip to content

Commit cf94e10

Browse files
Punit Agrawalrafaeljw
authored andcommitted
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: acpica/acpica@3da3f7d7 Signed-off-by: Punit Agrawal <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 703c730 commit cf94e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/actbl2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ struct acpi_mpam_msc_node {
16071607
u32 max_nrdy_usec;
16081608
u64 hardware_id_linked_device;
16091609
u32 instance_id_linked_device;
1610-
u32 num_resouce_nodes;
1610+
u32 num_resource_nodes;
16111611
};
16121612

16131613
struct acpi_table_mpam {

0 commit comments

Comments
 (0)