summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/rscreate.c
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2015-06-19 03:38:16 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-06-23 13:44:53 (GMT)
commit52c1d8038594ffd82a6cf88d3dc0ca68d8179a36 (patch)
tree1ae0e4db3793b5a0261029279781fdd960b5cd1d /drivers/acpi/acpica/rscreate.c
parentf3b6ced236259a87829b829e8e542ff53bfb9a4f (diff)
downloadlinux-52c1d8038594ffd82a6cf88d3dc0ca68d8179a36.tar.xz
ACPICA: Linuxize: Reduce divergences for 20150616 release
This patch reduces source code differences between the Linux kernel and the ACPICA upstream so that the linuxized ACPICA 20150616 release can be applied with reduced human intervention. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/rscreate.c b/drivers/acpi/acpica/rscreate.c
index 15434e4..f30f35e 100644
--- a/drivers/acpi/acpica/rscreate.c
+++ b/drivers/acpi/acpica/rscreate.c
@@ -353,7 +353,7 @@ acpi_rs_create_pci_routing_table(union acpi_operand_object *package_object,
/* +1 to include null terminator */
user_prt->length +=
- (u32) ACPI_STRLEN(user_prt->source) + 1;
+ (u32)ACPI_STRLEN(user_prt->source) + 1;
break;
case ACPI_TYPE_STRING: