diff options
author | Bob Moore <robert.moore@intel.com> | 2016-02-19 14:17:43 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-03-08 22:56:21 +0100 |
commit | 1e059e20ac297346512d9581a8cd3f3cca6a29f9 (patch) | |
tree | c9565e359508c7d7d1efab915c38acc14681833f /include/acpi/acoutput.h | |
parent | ebc3c9bb752b380c1728059fe5017da2f15678ff (diff) | |
download | blackbird-obmc-linux-1e059e20ac297346512d9581a8cd3f3cca6a29f9.tar.gz blackbird-obmc-linux-1e059e20ac297346512d9581a8cd3f3cca6a29f9.zip |
ACPICA: Utilities: Update trace mechinism for acquire_object
ACPICA commit 0824ab90e03c2e4239e890615f447e7962b1daa2
Was not using the correct macro. Updated a comment in
acoutput.h
Link: https://github.com/acpica/acpica/commit/0824ab90
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 'include/acpi/acoutput.h')
-rw-r--r-- | include/acpi/acoutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index 5bfc61943f88..34f601e7b88d 100644 --- a/include/acpi/acoutput.h +++ b/include/acpi/acoutput.h @@ -262,7 +262,7 @@ #define ACPI_GET_FUNCTION_NAME _acpi_function_name /* - * The Name parameter should be the procedure name as a quoted string. + * The Name parameter should be the procedure name as a non-quoted string. * The function name is also used by the function exit macros below. * Note: (const char) is used to be compatible with the debug interfaces * and macros such as __func__. |