diff options
author | Bob Moore <robert.moore@intel.com> | 2014-04-29 22:04:28 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-06 18:55:00 -0400 |
commit | 1a49b72c4e0c7097b9d3cf8650ff17f87e07d8bd (patch) | |
tree | 7fc4d3affcc6d313003ee3f4c3225b04c58d0a12 /include/acpi | |
parent | c28fa24b97789bd61b09014380a2eb71a522090a (diff) |
ACPICA: Comment updates - no functional change.
Change all instances of "sub-table" to "subtable" for
consistency.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actbl1.h | 4 | ||||
-rw-r--r-- | include/acpi/actbl2.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 212c65de75df..4ad7da805180 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -675,7 +675,7 @@ enum acpi_madt_type { | |||
675 | }; | 675 | }; |
676 | 676 | ||
677 | /* | 677 | /* |
678 | * MADT Sub-tables, correspond to Type in struct acpi_subtable_header | 678 | * MADT Subtables, correspond to Type in struct acpi_subtable_header |
679 | */ | 679 | */ |
680 | 680 | ||
681 | /* 0: Processor Local APIC */ | 681 | /* 0: Processor Local APIC */ |
@@ -918,7 +918,7 @@ enum acpi_srat_type { | |||
918 | }; | 918 | }; |
919 | 919 | ||
920 | /* | 920 | /* |
921 | * SRAT Sub-tables, correspond to Type in struct acpi_subtable_header | 921 | * SRAT Subtables, correspond to Type in struct acpi_subtable_header |
922 | */ | 922 | */ |
923 | 923 | ||
924 | /* 0: Processor Local APIC/SAPIC Affinity */ | 924 | /* 0: Processor Local APIC/SAPIC Affinity */ |
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index 687426168b0e..860e5c883eb3 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h | |||
@@ -457,7 +457,7 @@ struct acpi_dmar_pci_path { | |||
457 | }; | 457 | }; |
458 | 458 | ||
459 | /* | 459 | /* |
460 | * DMAR Sub-tables, correspond to Type in struct acpi_dmar_header | 460 | * DMAR Subtables, correspond to Type in struct acpi_dmar_header |
461 | */ | 461 | */ |
462 | 462 | ||
463 | /* 0: Hardware Unit Definition */ | 463 | /* 0: Hardware Unit Definition */ |
@@ -885,7 +885,7 @@ struct acpi_lpit_io { | |||
885 | 885 | ||
886 | /******************************************************************************* | 886 | /******************************************************************************* |
887 | * | 887 | * |
888 | * MCFG - PCI Memory Mapped Configuration table and sub-table | 888 | * MCFG - PCI Memory Mapped Configuration table and subtable |
889 | * Version 1 | 889 | * Version 1 |
890 | * | 890 | * |
891 | * Conforms to "PCI Firmware Specification", Revision 3.0, June 20, 2005 | 891 | * Conforms to "PCI Firmware Specification", Revision 3.0, June 20, 2005 |
@@ -988,7 +988,7 @@ enum acpi_slic_type { | |||
988 | }; | 988 | }; |
989 | 989 | ||
990 | /* | 990 | /* |
991 | * SLIC Sub-tables, correspond to Type in struct acpi_slic_header | 991 | * SLIC Subtables, correspond to Type in struct acpi_slic_header |
992 | */ | 992 | */ |
993 | 993 | ||
994 | /* 0: Public Key Structure */ | 994 | /* 0: Public Key Structure */ |