ACPICA: Rename variable to match upstream
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Dec 2017 14:26:06 +0000 (15:26 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 Dec 2017 14:49:34 +0000 (15:49 +0100)
commit4b688b1c48dbbc6b1c939899f992985e2b03150c
tree5e26218b72faa68c429110a05974fd8c43b3f1b4
parentfb969d160cac2074f8eeefdc073e4797885839e7
ACPICA: Rename variable to match upstream

There is a variable name mismatch in acpi_ut_strtoul_multiply64()
between the ACPICA code in the kernel and the corresponding upstream
code which may be problematic if changes to this particular piece of
code are made upstream and ported to Linux, so rename the variable
in question to match its name in the upstream code.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utstrsuppt.c