summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/rscreate.c
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2014-02-26 10:31:18 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-18 01:47:30 +0100
commit0a16d12a8e8df523022b458dae33dc4288d18dd1 (patch)
tree3db9e5b0066b0d157e096e14ff9476feff042c00 /drivers/acpi/acpica/rscreate.c
parent69e6bb6898df3589bde7655aae26e254792a2d80 (diff)
downloadlinux-0a16d12a8e8df523022b458dae33dc4288d18dd1.tar.gz
linux-0a16d12a8e8df523022b458dae33dc4288d18dd1.tar.bz2
linux-0a16d12a8e8df523022b458dae33dc4288d18dd1.zip
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,
*/
user_prt->length = (sizeof(struct acpi_pci_routing_table) - 4);
- /* Each sub-package must be of length 4 */
+ /* Each subpackage must be of length 4 */
if ((*top_object_list)->package.count != 4) {
ACPI_ERROR((AE_INFO,
@@ -283,7 +283,7 @@ acpi_rs_create_pci_routing_table(union acpi_operand_object *package_object,
}
/*
- * Dereference the sub-package.
+ * Dereference the subpackage.
* The sub_object_list will now point to an array of the four IRQ
* elements: [Address, Pin, Source, source_index]
*/