diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-02-08 13:26:07 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-02-08 13:26:07 +0300 |
commit | b1738e3ebac570a647648a679a54c033813beb68 (patch) | |
tree | 2720050a1c88d085af74956c2f63c4c82cab3237 /drivers/acpi/acpica/pswalk.c | |
parent | 43cdd1b716b26f6af16da4e145b6578f98798bf6 (diff) | |
parent | 9481a2c5c1d9920938297e47509716fff43aa601 (diff) | |
download | linux-b1738e3ebac570a647648a679a54c033813beb68.tar.xz |
Merge branch 'acpica'
* acpica:
ACPICA: Update version to 20180105
ACPICA: All acpica: Update copyrights to 2018
ACPICA: Add a missing pair of parentheses
ACPICA: Prefer ACPI_TO_POINTER() over ACPI_ADD_PTR()
ACPICA: Avoid NULL pointer arithmetic
ACPICA: Linux: add support for X32 ABI compilation
Diffstat (limited to 'drivers/acpi/acpica/pswalk.c')
-rw-r--r-- | drivers/acpi/acpica/pswalk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/pswalk.c b/drivers/acpi/acpica/pswalk.c index 22a37c82af19..bc5c779e54e8 100644 --- a/drivers/acpi/acpica/pswalk.c +++ b/drivers/acpi/acpica/pswalk.c @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2017, Intel Corp. + * Copyright (C) 2000 - 2018, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |