aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/rscreate.c
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2014-02-25 21:31:18 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-17 20:47:30 -0400
commit0a16d12a8e8df523022b458dae33dc4288d18dd1 (patch)
tree3db9e5b0066b0d157e096e14ff9476feff042c00 /drivers/acpi/acpica/rscreate.c
parent69e6bb6898df3589bde7655aae26e254792a2d80 (diff)
ACPICA: Comment update - no functional change.
Change all instances of "sub-package" to "subpackage" 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 'drivers/acpi/acpica/rscreate.c')
-rw-r--r--drivers/acpi/acpica/rscreate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/rscreate.c b/drivers/acpi/acpica/rscreate.c
index f4cd6cad6607..75d369050657 100644
--- a/drivers/acpi/acpica/rscreate.c
+++ b/drivers/acpi/acpica/rscreate.c
@@ -273,7 +273,7 @@ acpi_rs_create_pci_routing_table(union acpi_operand_object *package_object,
273 */ 273 */
274 user_prt->length = (sizeof(struct acpi_pci_routing_table) - 4); 274 user_prt->length = (sizeof(struct acpi_pci_routing_table) - 4);
275 275
276 /* Each sub-package must be of length 4 */ 276 /* Each subpackage must be of length 4 */
277 277
278 if ((*top_object_list)->package.count != 4) { 278 if ((*top_object_list)->package.count != 4) {
279 ACPI_ERROR((AE_INFO, 279 ACPI_ERROR((AE_INFO,
@@ -283,7 +283,7 @@ acpi_rs_create_pci_routing_table(union acpi_operand_object *package_object,
283 } 283 }
284 284
285 /* 285 /*
286 * Dereference the sub-package. 286 * Dereference the subpackage.
287 * The sub_object_list will now point to an array of the four IRQ 287 * The sub_object_list will now point to an array of the four IRQ
288 * elements: [Address, Pin, Source, source_index] 288 * elements: [Address, Pin, Source, source_index]
289 */ 289 */